Enum aws_sdk_databasemigration::Error

source ·
#[non_exhaustive]
pub enum Error {
Show 26 variants AccessDeniedFault(AccessDeniedFault), CollectorNotFoundFault(CollectorNotFoundFault), InsufficientResourceCapacityFault(InsufficientResourceCapacityFault), InvalidCertificateFault(InvalidCertificateFault), InvalidOperationFault(InvalidOperationFault), InvalidResourceStateFault(InvalidResourceStateFault), InvalidSubnet(InvalidSubnet), KmsAccessDeniedFault(KmsAccessDeniedFault), KmsDisabledFault(KmsDisabledFault), KmsFault(KmsFault), KmsInvalidStateFault(KmsInvalidStateFault), KmsKeyNotAccessibleFault(KmsKeyNotAccessibleFault), KmsNotFoundFault(KmsNotFoundFault), KmsThrottlingFault(KmsThrottlingFault), ReplicationSubnetGroupDoesNotCoverEnoughAZs(ReplicationSubnetGroupDoesNotCoverEnoughAZs), ResourceAlreadyExistsFault(ResourceAlreadyExistsFault), ResourceNotFoundFault(ResourceNotFoundFault), ResourceQuotaExceededFault(ResourceQuotaExceededFault), S3AccessDeniedFault(S3AccessDeniedFault), S3ResourceNotFoundFault(S3ResourceNotFoundFault), SnsInvalidTopicFault(SnsInvalidTopicFault), SnsNoAuthorizationFault(SnsNoAuthorizationFault), StorageQuotaExceededFault(StorageQuotaExceededFault), SubnetAlreadyInUse(SubnetAlreadyInUse), UpgradeDependencyFailureFault(UpgradeDependencyFailureFault), 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.
§

AccessDeniedFault(AccessDeniedFault)

DMS was denied access to the endpoint. Check that the role is correctly configured.

§

CollectorNotFoundFault(CollectorNotFoundFault)

The specified collector doesn't exist.

§

InsufficientResourceCapacityFault(InsufficientResourceCapacityFault)

There are not enough resources allocated to the database migration.

§

InvalidCertificateFault(InvalidCertificateFault)

The certificate was not valid.

§

InvalidOperationFault(InvalidOperationFault)

The action or operation requested isn't valid.

§

InvalidResourceStateFault(InvalidResourceStateFault)

The resource is in a state that prevents it from being used for database migration.

§

InvalidSubnet(InvalidSubnet)

The subnet provided isn't valid.

§

KmsAccessDeniedFault(KmsAccessDeniedFault)

The ciphertext references a key that doesn't exist or that the DMS account doesn't have access to.

§

KmsDisabledFault(KmsDisabledFault)

The specified KMS key isn't enabled.

§

KmsFault(KmsFault)

An Key Management Service (KMS) error is preventing access to KMS.

§

KmsInvalidStateFault(KmsInvalidStateFault)

The state of the specified KMS resource isn't valid for this request.

§

KmsKeyNotAccessibleFault(KmsKeyNotAccessibleFault)

DMS cannot access the KMS key.

§

KmsNotFoundFault(KmsNotFoundFault)

The specified KMS entity or resource can't be found.

§

KmsThrottlingFault(KmsThrottlingFault)

This request triggered KMS request throttling.

§

ReplicationSubnetGroupDoesNotCoverEnoughAZs(ReplicationSubnetGroupDoesNotCoverEnoughAZs)

The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.

§

ResourceAlreadyExistsFault(ResourceAlreadyExistsFault)

The resource you are attempting to create already exists.

§

ResourceNotFoundFault(ResourceNotFoundFault)

The resource could not be found.

§

ResourceQuotaExceededFault(ResourceQuotaExceededFault)

The quota for this resource quota has been exceeded.

§

S3AccessDeniedFault(S3AccessDeniedFault)

Insufficient privileges are preventing access to an Amazon S3 object.

§

S3ResourceNotFoundFault(S3ResourceNotFoundFault)

A specified Amazon S3 bucket, bucket folder, or other object can't be found.

§

SnsInvalidTopicFault(SnsInvalidTopicFault)

The SNS topic is invalid.

§

SnsNoAuthorizationFault(SnsNoAuthorizationFault)

You are not authorized for the SNS subscription.

§

StorageQuotaExceededFault(StorageQuotaExceededFault)

The storage quota has been exceeded.

§

SubnetAlreadyInUse(SubnetAlreadyInUse)

The specified subnet is already in use.

§

UpgradeDependencyFailureFault(UpgradeDependencyFailureFault)

An upgrade dependency is preventing the database migration.

§

Unhandled(Unhandled)

👎Deprecated: Matching Unhandled directly is not forwards compatible. Instead, match using a variable wildcard pattern and check .code():    err if err.code() == Some("SpecificExceptionCode") => { /* handle the error */ } See ProvideErrorMetadata for what information is available for the error.

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)>

Returns 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, request: &mut Request<'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<AddTagsToResourceError> for Error

source§

fn from(err: AddTagsToResourceError) -> Self

Converts to this type from the input type.
source§

impl From<ApplyPendingMaintenanceActionError> for Error

source§

fn from(err: ApplyPendingMaintenanceActionError) -> Self

Converts to this type from the input type.
source§

impl From<BatchStartRecommendationsError> for Error

source§

fn from(err: BatchStartRecommendationsError) -> Self

Converts to this type from the input type.
source§

impl From<BuildError> for Error

source§

fn from(value: BuildError) -> Self

Converts to this type from the input type.
source§

impl From<CancelReplicationTaskAssessmentRunError> for Error

source§

fn from(err: CancelReplicationTaskAssessmentRunError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDataProviderError> for Error

source§

fn from(err: CreateDataProviderError) -> Self

Converts to this type from the input type.
source§

impl From<CreateEndpointError> for Error

source§

fn from(err: CreateEndpointError) -> Self

Converts to this type from the input type.
source§

impl From<CreateEventSubscriptionError> for Error

source§

fn from(err: CreateEventSubscriptionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateFleetAdvisorCollectorError> for Error

source§

fn from(err: CreateFleetAdvisorCollectorError) -> Self

Converts to this type from the input type.
source§

impl From<CreateInstanceProfileError> for Error

source§

fn from(err: CreateInstanceProfileError) -> Self

Converts to this type from the input type.
source§

impl From<CreateMigrationProjectError> for Error

source§

fn from(err: CreateMigrationProjectError) -> Self

Converts to this type from the input type.
source§

impl From<CreateReplicationConfigError> for Error

source§

fn from(err: CreateReplicationConfigError) -> Self

Converts to this type from the input type.
source§

impl From<CreateReplicationInstanceError> for Error

source§

fn from(err: CreateReplicationInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<CreateReplicationSubnetGroupError> for Error

source§

fn from(err: CreateReplicationSubnetGroupError) -> Self

Converts to this type from the input type.
source§

impl From<CreateReplicationTaskError> for Error

source§

fn from(err: CreateReplicationTaskError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteCertificateError> for Error

source§

fn from(err: DeleteCertificateError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteConnectionError> for Error

source§

fn from(err: DeleteConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDataProviderError> for Error

source§

fn from(err: DeleteDataProviderError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteEndpointError> for Error

source§

fn from(err: DeleteEndpointError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteEventSubscriptionError> for Error

source§

fn from(err: DeleteEventSubscriptionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteFleetAdvisorCollectorError> for Error

source§

fn from(err: DeleteFleetAdvisorCollectorError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteFleetAdvisorDatabasesError> for Error

source§

fn from(err: DeleteFleetAdvisorDatabasesError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteInstanceProfileError> for Error

source§

fn from(err: DeleteInstanceProfileError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteMigrationProjectError> for Error

source§

fn from(err: DeleteMigrationProjectError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteReplicationConfigError> for Error

source§

fn from(err: DeleteReplicationConfigError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteReplicationInstanceError> for Error

source§

fn from(err: DeleteReplicationInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteReplicationSubnetGroupError> for Error

source§

fn from(err: DeleteReplicationSubnetGroupError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteReplicationTaskAssessmentRunError> for Error

source§

fn from(err: DeleteReplicationTaskAssessmentRunError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteReplicationTaskError> for Error

source§

fn from(err: DeleteReplicationTaskError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAccountAttributesError> for Error

source§

fn from(err: DescribeAccountAttributesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeApplicableIndividualAssessmentsError> for Error

source§

fn from(err: DescribeApplicableIndividualAssessmentsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeCertificatesError> for Error

source§

fn from(err: DescribeCertificatesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeConnectionsError> for Error

source§

fn from(err: DescribeConnectionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeConversionConfigurationError> for Error

source§

fn from(err: DescribeConversionConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDataProvidersError> for Error

source§

fn from(err: DescribeDataProvidersError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeEndpointSettingsError> for Error

source§

fn from(err: DescribeEndpointSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeEndpointTypesError> for Error

source§

fn from(err: DescribeEndpointTypesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeEndpointsError> for Error

source§

fn from(err: DescribeEndpointsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeEngineVersionsError> for Error

source§

fn from(err: DescribeEngineVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeEventCategoriesError> for Error

source§

fn from(err: DescribeEventCategoriesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeEventSubscriptionsError> for Error

source§

fn from(err: DescribeEventSubscriptionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeEventsError> for Error

source§

fn from(err: DescribeEventsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeExtensionPackAssociationsError> for Error

source§

fn from(err: DescribeExtensionPackAssociationsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFleetAdvisorCollectorsError> for Error

source§

fn from(err: DescribeFleetAdvisorCollectorsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFleetAdvisorDatabasesError> for Error

source§

fn from(err: DescribeFleetAdvisorDatabasesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFleetAdvisorLsaAnalysisError> for Error

source§

fn from(err: DescribeFleetAdvisorLsaAnalysisError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFleetAdvisorSchemaObjectSummaryError> for Error

source§

fn from(err: DescribeFleetAdvisorSchemaObjectSummaryError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFleetAdvisorSchemasError> for Error

source§

fn from(err: DescribeFleetAdvisorSchemasError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeInstanceProfilesError> for Error

source§

fn from(err: DescribeInstanceProfilesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeMetadataModelAssessmentsError> for Error

source§

fn from(err: DescribeMetadataModelAssessmentsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeMetadataModelConversionsError> for Error

source§

fn from(err: DescribeMetadataModelConversionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeMetadataModelExportsAsScriptError> for Error

source§

fn from(err: DescribeMetadataModelExportsAsScriptError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeMetadataModelExportsToTargetError> for Error

source§

fn from(err: DescribeMetadataModelExportsToTargetError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeMetadataModelImportsError> for Error

source§

fn from(err: DescribeMetadataModelImportsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeMigrationProjectsError> for Error

source§

fn from(err: DescribeMigrationProjectsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeOrderableReplicationInstancesError> for Error

source§

fn from(err: DescribeOrderableReplicationInstancesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribePendingMaintenanceActionsError> for Error

source§

fn from(err: DescribePendingMaintenanceActionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeRecommendationLimitationsError> for Error

source§

fn from(err: DescribeRecommendationLimitationsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeRecommendationsError> for Error

source§

fn from(err: DescribeRecommendationsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeRefreshSchemasStatusError> for Error

source§

fn from(err: DescribeRefreshSchemasStatusError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeReplicationConfigsError> for Error

source§

fn from(err: DescribeReplicationConfigsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeReplicationInstanceTaskLogsError> for Error

source§

fn from(err: DescribeReplicationInstanceTaskLogsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeReplicationInstancesError> for Error

source§

fn from(err: DescribeReplicationInstancesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeReplicationSubnetGroupsError> for Error

source§

fn from(err: DescribeReplicationSubnetGroupsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeReplicationTableStatisticsError> for Error

source§

fn from(err: DescribeReplicationTableStatisticsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeReplicationTaskAssessmentResultsError> for Error

source§

fn from(err: DescribeReplicationTaskAssessmentResultsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeReplicationTaskAssessmentRunsError> for Error

source§

fn from(err: DescribeReplicationTaskAssessmentRunsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeReplicationTaskIndividualAssessmentsError> for Error

source§

fn from(err: DescribeReplicationTaskIndividualAssessmentsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeReplicationTasksError> for Error

source§

fn from(err: DescribeReplicationTasksError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeReplicationsError> for Error

source§

fn from(err: DescribeReplicationsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeSchemasError> for Error

source§

fn from(err: DescribeSchemasError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTableStatisticsError> for Error

source§

fn from(err: DescribeTableStatisticsError) -> Self

Converts to this type from the input type.
source§

impl From<ExportMetadataModelAssessmentError> for Error

source§

fn from(err: ExportMetadataModelAssessmentError) -> Self

Converts to this type from the input type.
source§

impl From<ImportCertificateError> for Error

source§

fn from(err: ImportCertificateError) -> 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<ModifyConversionConfigurationError> for Error

source§

fn from(err: ModifyConversionConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyDataProviderError> for Error

source§

fn from(err: ModifyDataProviderError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyEndpointError> for Error

source§

fn from(err: ModifyEndpointError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyEventSubscriptionError> for Error

source§

fn from(err: ModifyEventSubscriptionError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyInstanceProfileError> for Error

source§

fn from(err: ModifyInstanceProfileError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyMigrationProjectError> for Error

source§

fn from(err: ModifyMigrationProjectError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyReplicationConfigError> for Error

source§

fn from(err: ModifyReplicationConfigError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyReplicationInstanceError> for Error

source§

fn from(err: ModifyReplicationInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyReplicationSubnetGroupError> for Error

source§

fn from(err: ModifyReplicationSubnetGroupError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyReplicationTaskError> for Error

source§

fn from(err: ModifyReplicationTaskError) -> Self

Converts to this type from the input type.
source§

impl From<MoveReplicationTaskError> for Error

source§

fn from(err: MoveReplicationTaskError) -> Self

Converts to this type from the input type.
source§

impl From<RebootReplicationInstanceError> for Error

source§

fn from(err: RebootReplicationInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<RefreshSchemasError> for Error

source§

fn from(err: RefreshSchemasError) -> Self

Converts to this type from the input type.
source§

impl From<ReloadReplicationTablesError> for Error

source§

fn from(err: ReloadReplicationTablesError) -> Self

Converts to this type from the input type.
source§

impl From<ReloadTablesError> for Error

source§

fn from(err: ReloadTablesError) -> Self

Converts to this type from the input type.
source§

impl From<RemoveTagsFromResourceError> for Error

source§

fn from(err: RemoveTagsFromResourceError) -> Self

Converts to this type from the input type.
source§

impl From<RunFleetAdvisorLsaAnalysisError> for Error

source§

fn from(err: RunFleetAdvisorLsaAnalysisError) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<AddTagsToResourceError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ApplyPendingMaintenanceActionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<BatchStartRecommendationsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CancelReplicationTaskAssessmentRunError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateDataProviderError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateEndpointError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateEventSubscriptionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateFleetAdvisorCollectorError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateInstanceProfileError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateMigrationProjectError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateReplicationConfigError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateReplicationInstanceError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateReplicationSubnetGroupError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateReplicationTaskError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteCertificateError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteConnectionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteDataProviderError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteEndpointError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteEventSubscriptionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteFleetAdvisorCollectorError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteFleetAdvisorDatabasesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteInstanceProfileError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteMigrationProjectError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteReplicationConfigError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteReplicationInstanceError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteReplicationSubnetGroupError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteReplicationTaskAssessmentRunError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteReplicationTaskError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeAccountAttributesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeApplicableIndividualAssessmentsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeCertificatesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeConnectionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeConversionConfigurationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeDataProvidersError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeEndpointSettingsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeEndpointTypesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeEndpointsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeEngineVersionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeEventCategoriesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeEventSubscriptionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeEventsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeExtensionPackAssociationsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeFleetAdvisorCollectorsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeFleetAdvisorDatabasesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeFleetAdvisorLsaAnalysisError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeFleetAdvisorSchemaObjectSummaryError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeFleetAdvisorSchemasError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeInstanceProfilesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeMetadataModelAssessmentsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeMetadataModelConversionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeMetadataModelExportsAsScriptError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeMetadataModelExportsToTargetError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeMetadataModelImportsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeMigrationProjectsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeOrderableReplicationInstancesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribePendingMaintenanceActionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeRecommendationLimitationsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeRecommendationsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeRefreshSchemasStatusError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeReplicationConfigsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeReplicationInstanceTaskLogsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeReplicationInstancesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeReplicationSubnetGroupsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeReplicationTableStatisticsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeReplicationTaskAssessmentResultsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeReplicationTaskAssessmentRunsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeReplicationTaskIndividualAssessmentsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeReplicationTasksError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeReplicationsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeSchemasError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeTableStatisticsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ExportMetadataModelAssessmentError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ImportCertificateError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListTagsForResourceError, R>> for Error
where 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<ModifyConversionConfigurationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyDataProviderError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyEndpointError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyEventSubscriptionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyInstanceProfileError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyMigrationProjectError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyReplicationConfigError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyReplicationInstanceError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyReplicationSubnetGroupError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyReplicationTaskError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<MoveReplicationTaskError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RebootReplicationInstanceError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RefreshSchemasError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ReloadReplicationTablesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ReloadTablesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RemoveTagsFromResourceError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RunFleetAdvisorLsaAnalysisError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartExtensionPackAssociationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartMetadataModelAssessmentError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartMetadataModelConversionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartMetadataModelExportAsScriptError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartMetadataModelExportToTargetError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartMetadataModelImportError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartRecommendationsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartReplicationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartReplicationTaskAssessmentError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartReplicationTaskAssessmentRunError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartReplicationTaskError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StopReplicationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StopReplicationTaskError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<TestConnectionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateSubscriptionsToEventBridgeError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl From<StartExtensionPackAssociationError> for Error

source§

fn from(err: StartExtensionPackAssociationError) -> Self

Converts to this type from the input type.
source§

impl From<StartMetadataModelAssessmentError> for Error

source§

fn from(err: StartMetadataModelAssessmentError) -> Self

Converts to this type from the input type.
source§

impl From<StartMetadataModelConversionError> for Error

source§

fn from(err: StartMetadataModelConversionError) -> Self

Converts to this type from the input type.
source§

impl From<StartMetadataModelExportAsScriptError> for Error

source§

fn from(err: StartMetadataModelExportAsScriptError) -> Self

Converts to this type from the input type.
source§

impl From<StartMetadataModelExportToTargetError> for Error

source§

fn from(err: StartMetadataModelExportToTargetError) -> Self

Converts to this type from the input type.
source§

impl From<StartMetadataModelImportError> for Error

source§

fn from(err: StartMetadataModelImportError) -> Self

Converts to this type from the input type.
source§

impl From<StartRecommendationsError> for Error

source§

fn from(err: StartRecommendationsError) -> Self

Converts to this type from the input type.
source§

impl From<StartReplicationError> for Error

source§

fn from(err: StartReplicationError) -> Self

Converts to this type from the input type.
source§

impl From<StartReplicationTaskAssessmentError> for Error

source§

fn from(err: StartReplicationTaskAssessmentError) -> Self

Converts to this type from the input type.
source§

impl From<StartReplicationTaskAssessmentRunError> for Error

source§

fn from(err: StartReplicationTaskAssessmentRunError) -> Self

Converts to this type from the input type.
source§

impl From<StartReplicationTaskError> for Error

source§

fn from(err: StartReplicationTaskError) -> Self

Converts to this type from the input type.
source§

impl From<StopReplicationError> for Error

source§

fn from(err: StopReplicationError) -> Self

Converts to this type from the input type.
source§

impl From<StopReplicationTaskError> for Error

source§

fn from(err: StopReplicationTaskError) -> Self

Converts to this type from the input type.
source§

impl From<TestConnectionError> for Error

source§

fn from(err: TestConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateSubscriptionsToEventBridgeError> for Error

source§

fn from(err: UpdateSubscriptionsToEventBridgeError) -> Self

Converts to this type from the input type.
source§

impl<O, E> From<WaiterError<O, E>> for Error
where O: Debug + Send + Sync + 'static, E: Error + Send + Sync + 'static,

source§

fn from(err: WaiterError<O, E>) -> Self

Converts to this type from the input type.
source§

impl ProvideErrorMetadata for Error

source§

fn meta(&self) -> &ErrorMetadata

Returns error metadata, which includes the error code, message, request ID, and potentially additional information.
source§

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

Returns the error code if it’s available.
source§

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

Returns the error message, if there is one.
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 Freeze for Error

§

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 T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where 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 T
where 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<T> IntoEither for T

source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
source§

impl<Unshared, Shared> IntoShared<Shared> for Unshared
where Shared: FromUnshared<Unshared>,

source§

fn into_shared(self) -> Shared

Creates a shared type from an unshared type.
source§

impl<T> Same for T

source§

type Output = T

Should always be Self
source§

impl<T> ToString for T
where 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 T
where U: Into<T>,

source§

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 T
where U: TryFrom<T>,

source§

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