#[non_exhaustive]
pub enum Error { AccessDeniedException(AccessDeniedException), ConflictException(ConflictException), InternalServerException(InternalServerException), ResourceNotFoundException(ResourceNotFoundException), ServiceQuotaExceededException(ServiceQuotaExceededException), ThrottlingException(ThrottlingException), UnprocessableEntityException(UnprocessableEntityException), ValidationException(ValidationException), Unhandled(Unhandled), }
Expand description

All possible error types for this service.

Variants (Non-exhaustive)§

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
§

AccessDeniedException(AccessDeniedException)

Provides information about an error that occurred due to insufficient access to a specified resource.

§

ConflictException(ConflictException)

Provides information about an error that occurred due to a versioning conflict for a specified resource.

§

InternalServerException(InternalServerException)

Provides information about an error that occurred due to an unknown internal server error, exception, or failure.

§

ResourceNotFoundException(ResourceNotFoundException)

Provides information about an error that occurred because a specified resource wasn't found.

§

ServiceQuotaExceededException(ServiceQuotaExceededException)

Provides information about an error that occurred due to one or more service quotas for an account.

§

ThrottlingException(ThrottlingException)

Provides information about an error that occurred because too many requests were sent during a certain amount of time.

§

UnprocessableEntityException(UnprocessableEntityException)

Provides information about an error that occurred due to an unprocessable entity.

§

ValidationException(ValidationException)

Provides information about an error that occurred due to a syntax error in a request.

§

Unhandled(Unhandled)

An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).

Trait Implementations§

source§

impl Debug for Error

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for Error

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for Error

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<AcceptInvitationError> for Error

source§

fn from(err: AcceptInvitationError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetCustomDataIdentifiersError> for Error

source§

fn from(err: BatchGetCustomDataIdentifiersError) -> Self

Converts to this type from the input type.
source§

impl From<CreateAllowListError> for Error

source§

fn from(err: CreateAllowListError) -> Self

Converts to this type from the input type.
source§

impl From<CreateClassificationJobError> for Error

source§

fn from(err: CreateClassificationJobError) -> Self

Converts to this type from the input type.
source§

impl From<CreateCustomDataIdentifierError> for Error

source§

fn from(err: CreateCustomDataIdentifierError) -> Self

Converts to this type from the input type.
source§

impl From<CreateFindingsFilterError> for Error

source§

fn from(err: CreateFindingsFilterError) -> Self

Converts to this type from the input type.
source§

impl From<CreateInvitationsError> for Error

source§

fn from(err: CreateInvitationsError) -> Self

Converts to this type from the input type.
source§

impl From<CreateMemberError> for Error

source§

fn from(err: CreateMemberError) -> Self

Converts to this type from the input type.
source§

impl From<CreateSampleFindingsError> for Error

source§

fn from(err: CreateSampleFindingsError) -> Self

Converts to this type from the input type.
source§

impl From<DeclineInvitationsError> for Error

source§

fn from(err: DeclineInvitationsError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteAllowListError> for Error

source§

fn from(err: DeleteAllowListError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteCustomDataIdentifierError> for Error

source§

fn from(err: DeleteCustomDataIdentifierError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteFindingsFilterError> for Error

source§

fn from(err: DeleteFindingsFilterError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteInvitationsError> for Error

source§

fn from(err: DeleteInvitationsError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteMemberError> for Error

source§

fn from(err: DeleteMemberError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeBucketsError> for Error

source§

fn from(err: DescribeBucketsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeClassificationJobError> for Error

source§

fn from(err: DescribeClassificationJobError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeOrganizationConfigurationError> for Error

source§

fn from(err: DescribeOrganizationConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<DisableMacieError> for Error

source§

fn from(err: DisableMacieError) -> Self

Converts to this type from the input type.
source§

impl From<DisableOrganizationAdminAccountError> for Error

source§

fn from(err: DisableOrganizationAdminAccountError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateFromAdministratorAccountError> for Error

source§

fn from(err: DisassociateFromAdministratorAccountError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateFromMasterAccountError> for Error

source§

fn from(err: DisassociateFromMasterAccountError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateMemberError> for Error

source§

fn from(err: DisassociateMemberError) -> Self

Converts to this type from the input type.
source§

impl From<EnableMacieError> for Error

source§

fn from(err: EnableMacieError) -> Self

Converts to this type from the input type.
source§

impl From<EnableOrganizationAdminAccountError> for Error

source§

fn from(err: EnableOrganizationAdminAccountError) -> Self

Converts to this type from the input type.
source§

impl From<GetAdministratorAccountError> for Error

source§

fn from(err: GetAdministratorAccountError) -> Self

Converts to this type from the input type.
source§

impl From<GetAllowListError> for Error

source§

fn from(err: GetAllowListError) -> Self

Converts to this type from the input type.
source§

impl From<GetAutomatedDiscoveryConfigurationError> for Error

source§

fn from(err: GetAutomatedDiscoveryConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<GetBucketStatisticsError> for Error

source§

fn from(err: GetBucketStatisticsError) -> Self

Converts to this type from the input type.
source§

impl From<GetClassificationExportConfigurationError> for Error

source§

fn from(err: GetClassificationExportConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<GetClassificationScopeError> for Error

source§

fn from(err: GetClassificationScopeError) -> Self

Converts to this type from the input type.
source§

impl From<GetCustomDataIdentifierError> for Error

source§

fn from(err: GetCustomDataIdentifierError) -> Self

Converts to this type from the input type.
source§

impl From<GetFindingStatisticsError> for Error

source§

fn from(err: GetFindingStatisticsError) -> Self

Converts to this type from the input type.
source§

impl From<GetFindingsError> for Error

source§

fn from(err: GetFindingsError) -> Self

Converts to this type from the input type.
source§

impl From<GetFindingsFilterError> for Error

source§

fn from(err: GetFindingsFilterError) -> Self

Converts to this type from the input type.
source§

impl From<GetFindingsPublicationConfigurationError> for Error

source§

fn from(err: GetFindingsPublicationConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<GetInvitationsCountError> for Error

source§

fn from(err: GetInvitationsCountError) -> Self

Converts to this type from the input type.
source§

impl From<GetMacieSessionError> for Error

source§

fn from(err: GetMacieSessionError) -> Self

Converts to this type from the input type.
source§

impl From<GetMasterAccountError> for Error

source§

fn from(err: GetMasterAccountError) -> Self

Converts to this type from the input type.
source§

impl From<GetMemberError> for Error

source§

fn from(err: GetMemberError) -> Self

Converts to this type from the input type.
source§

impl From<GetResourceProfileError> for Error

source§

fn from(err: GetResourceProfileError) -> Self

Converts to this type from the input type.
source§

impl From<GetRevealConfigurationError> for Error

source§

fn from(err: GetRevealConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<GetSensitiveDataOccurrencesAvailabilityError> for Error

source§

fn from(err: GetSensitiveDataOccurrencesAvailabilityError) -> Self

Converts to this type from the input type.
source§

impl From<GetSensitiveDataOccurrencesError> for Error

source§

fn from(err: GetSensitiveDataOccurrencesError) -> Self

Converts to this type from the input type.
source§

impl From<GetSensitivityInspectionTemplateError> for Error

source§

fn from(err: GetSensitivityInspectionTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<GetUsageStatisticsError> for Error

source§

fn from(err: GetUsageStatisticsError) -> Self

Converts to this type from the input type.
source§

impl From<GetUsageTotalsError> for Error

source§

fn from(err: GetUsageTotalsError) -> Self

Converts to this type from the input type.
source§

impl From<ListAllowListsError> for Error

source§

fn from(err: ListAllowListsError) -> Self

Converts to this type from the input type.
source§

impl From<ListClassificationJobsError> for Error

source§

fn from(err: ListClassificationJobsError) -> Self

Converts to this type from the input type.
source§

impl From<ListClassificationScopesError> for Error

source§

fn from(err: ListClassificationScopesError) -> Self

Converts to this type from the input type.
source§

impl From<ListCustomDataIdentifiersError> for Error

source§

fn from(err: ListCustomDataIdentifiersError) -> Self

Converts to this type from the input type.
source§

impl From<ListFindingsError> for Error

source§

fn from(err: ListFindingsError) -> Self

Converts to this type from the input type.
source§

impl From<ListFindingsFiltersError> for Error

source§

fn from(err: ListFindingsFiltersError) -> Self

Converts to this type from the input type.
source§

impl From<ListInvitationsError> for Error

source§

fn from(err: ListInvitationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListManagedDataIdentifiersError> for Error

source§

fn from(err: ListManagedDataIdentifiersError) -> Self

Converts to this type from the input type.
source§

impl From<ListMembersError> for Error

source§

fn from(err: ListMembersError) -> Self

Converts to this type from the input type.
source§

impl From<ListOrganizationAdminAccountsError> for Error

source§

fn from(err: ListOrganizationAdminAccountsError) -> Self

Converts to this type from the input type.
source§

impl From<ListResourceProfileArtifactsError> for Error

source§

fn from(err: ListResourceProfileArtifactsError) -> Self

Converts to this type from the input type.
source§

impl From<ListResourceProfileDetectionsError> for Error

source§

fn from(err: ListResourceProfileDetectionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListSensitivityInspectionTemplatesError> for Error

source§

fn from(err: ListSensitivityInspectionTemplatesError) -> Self

Converts to this type from the input type.
source§

impl From<ListTagsForResourceError> for Error

source§

fn from(err: ListTagsForResourceError) -> Self

Converts to this type from the input type.
source§

impl From<PutClassificationExportConfigurationError> for Error

source§

fn from(err: PutClassificationExportConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<PutFindingsPublicationConfigurationError> for Error

source§

fn from(err: PutFindingsPublicationConfigurationError) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<AcceptInvitationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<AcceptInvitationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<BatchGetCustomDataIdentifiersError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<BatchGetCustomDataIdentifiersError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateAllowListError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateAllowListError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateClassificationJobError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateClassificationJobError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateCustomDataIdentifierError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateCustomDataIdentifierError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateFindingsFilterError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateFindingsFilterError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateInvitationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateInvitationsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateMemberError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateMemberError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateSampleFindingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateSampleFindingsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeclineInvitationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeclineInvitationsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteAllowListError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteAllowListError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteCustomDataIdentifierError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteCustomDataIdentifierError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteFindingsFilterError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteFindingsFilterError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteInvitationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteInvitationsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteMemberError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteMemberError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeBucketsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeBucketsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeClassificationJobError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeClassificationJobError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeOrganizationConfigurationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeOrganizationConfigurationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisableMacieError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DisableMacieError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisableOrganizationAdminAccountError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DisableOrganizationAdminAccountError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisassociateFromAdministratorAccountError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DisassociateFromAdministratorAccountError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisassociateFromMasterAccountError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DisassociateFromMasterAccountError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisassociateMemberError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DisassociateMemberError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<EnableMacieError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<EnableMacieError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<EnableOrganizationAdminAccountError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<EnableOrganizationAdminAccountError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetAdministratorAccountError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetAdministratorAccountError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetAllowListError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetAllowListError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetAutomatedDiscoveryConfigurationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetAutomatedDiscoveryConfigurationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetBucketStatisticsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetBucketStatisticsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetClassificationExportConfigurationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetClassificationExportConfigurationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetClassificationScopeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetClassificationScopeError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetCustomDataIdentifierError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetCustomDataIdentifierError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetFindingStatisticsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetFindingStatisticsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetFindingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetFindingsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetFindingsFilterError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetFindingsFilterError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetFindingsPublicationConfigurationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetFindingsPublicationConfigurationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetInvitationsCountError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetInvitationsCountError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetMacieSessionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetMacieSessionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetMasterAccountError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetMasterAccountError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetMemberError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetMemberError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetResourceProfileError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetResourceProfileError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetRevealConfigurationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetRevealConfigurationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetSensitiveDataOccurrencesAvailabilityError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetSensitiveDataOccurrencesAvailabilityError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetSensitiveDataOccurrencesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetSensitiveDataOccurrencesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetSensitivityInspectionTemplateError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetSensitivityInspectionTemplateError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetUsageStatisticsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetUsageStatisticsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetUsageTotalsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetUsageTotalsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListAllowListsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListAllowListsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListClassificationJobsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListClassificationJobsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListClassificationScopesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListClassificationScopesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListCustomDataIdentifiersError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListCustomDataIdentifiersError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListFindingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListFindingsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListFindingsFiltersError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListFindingsFiltersError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListInvitationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListInvitationsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListManagedDataIdentifiersError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListManagedDataIdentifiersError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListMembersError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListMembersError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListOrganizationAdminAccountsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListOrganizationAdminAccountsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListResourceProfileArtifactsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListResourceProfileArtifactsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListResourceProfileDetectionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListResourceProfileDetectionsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListSensitivityInspectionTemplatesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListSensitivityInspectionTemplatesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListTagsForResourceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListTagsForResourceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<PutClassificationExportConfigurationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<PutClassificationExportConfigurationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<PutFindingsPublicationConfigurationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<PutFindingsPublicationConfigurationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<SearchResourcesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<SearchResourcesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<TagResourceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<TagResourceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<TestCustomDataIdentifierError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<TestCustomDataIdentifierError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UntagResourceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UntagResourceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateAllowListError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateAllowListError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateAutomatedDiscoveryConfigurationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateAutomatedDiscoveryConfigurationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateClassificationJobError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateClassificationJobError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateClassificationScopeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateClassificationScopeError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateFindingsFilterError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateFindingsFilterError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateMacieSessionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateMacieSessionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateMemberSessionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateMemberSessionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateOrganizationConfigurationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateOrganizationConfigurationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateResourceProfileDetectionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateResourceProfileDetectionsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateResourceProfileError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateResourceProfileError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateRevealConfigurationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateRevealConfigurationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateSensitivityInspectionTemplateError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateSensitivityInspectionTemplateError, R>) -> Self

Converts to this type from the input type.
source§

impl From<SearchResourcesError> for Error

source§

fn from(err: SearchResourcesError) -> Self

Converts to this type from the input type.
source§

impl From<TagResourceError> for Error

source§

fn from(err: TagResourceError) -> Self

Converts to this type from the input type.
source§

impl From<TestCustomDataIdentifierError> for Error

source§

fn from(err: TestCustomDataIdentifierError) -> Self

Converts to this type from the input type.
source§

impl From<UntagResourceError> for Error

source§

fn from(err: UntagResourceError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateAllowListError> for Error

source§

fn from(err: UpdateAllowListError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateAutomatedDiscoveryConfigurationError> for Error

source§

fn from(err: UpdateAutomatedDiscoveryConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateClassificationJobError> for Error

source§

fn from(err: UpdateClassificationJobError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateClassificationScopeError> for Error

source§

fn from(err: UpdateClassificationScopeError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateFindingsFilterError> for Error

source§

fn from(err: UpdateFindingsFilterError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateMacieSessionError> for Error

source§

fn from(err: UpdateMacieSessionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateMemberSessionError> for Error

source§

fn from(err: UpdateMemberSessionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateOrganizationConfigurationError> for Error

source§

fn from(err: UpdateOrganizationConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateResourceProfileDetectionsError> for Error

source§

fn from(err: UpdateResourceProfileDetectionsError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateResourceProfileError> for Error

source§

fn from(err: UpdateResourceProfileError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateRevealConfigurationError> for Error

source§

fn from(err: UpdateRevealConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateSensitivityInspectionTemplateError> for Error

source§

fn from(err: UpdateSensitivityInspectionTemplateError) -> Self

Converts to this type from the input type.
source§

impl RequestId for Error

source§

fn request_id(&self) -> Option<&str>

Returns the request ID, or None if the service could not be reached.

Auto Trait Implementations§

§

impl !RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl !UnwindSafe for Error

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<E> Provider for Ewhere E: Error + ?Sized,

source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (provide_any)
Data providers should implement this method to provide all values they are able to provide by using demand. Read more
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToString for Twhere T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more