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(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
All possible error types for this service.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
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 is invalid.
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(Box<dyn Error + Send + Sync + 'static>)
An unhandled error occurred.
Trait Implementations
sourceimpl Error for Error
impl Error for Error
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
sourcefn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
backtrace
)Returns a stack backtrace, if available, of where this error occurred. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
use the Display impl or to_string()
sourceimpl<R> From<SdkError<AddTagsToResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AddTagsToResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AddTagsToResourceError, R>) -> Self
fn from(err: SdkError<AddTagsToResourceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ApplyPendingMaintenanceActionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ApplyPendingMaintenanceActionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ApplyPendingMaintenanceActionError, R>) -> Self
fn from(err: SdkError<ApplyPendingMaintenanceActionError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CancelReplicationTaskAssessmentRunError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CancelReplicationTaskAssessmentRunError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CancelReplicationTaskAssessmentRunError, R>) -> Self
fn from(err: SdkError<CancelReplicationTaskAssessmentRunError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateEndpointError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateEndpointError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateEndpointError, R>) -> Self
fn from(err: SdkError<CreateEndpointError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateEventSubscriptionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateEventSubscriptionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateEventSubscriptionError, R>) -> Self
fn from(err: SdkError<CreateEventSubscriptionError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateFleetAdvisorCollectorError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateFleetAdvisorCollectorError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateFleetAdvisorCollectorError, R>) -> Self
fn from(err: SdkError<CreateFleetAdvisorCollectorError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateReplicationInstanceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateReplicationInstanceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateReplicationInstanceError, R>) -> Self
fn from(err: SdkError<CreateReplicationInstanceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateReplicationSubnetGroupError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateReplicationSubnetGroupError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateReplicationSubnetGroupError, R>) -> Self
fn from(err: SdkError<CreateReplicationSubnetGroupError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateReplicationTaskError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateReplicationTaskError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateReplicationTaskError, R>) -> Self
fn from(err: SdkError<CreateReplicationTaskError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteCertificateError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteCertificateError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteCertificateError, R>) -> Self
fn from(err: SdkError<DeleteCertificateError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteConnectionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteConnectionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteConnectionError, R>) -> Self
fn from(err: SdkError<DeleteConnectionError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteEndpointError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteEndpointError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteEndpointError, R>) -> Self
fn from(err: SdkError<DeleteEndpointError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteEventSubscriptionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteEventSubscriptionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteEventSubscriptionError, R>) -> Self
fn from(err: SdkError<DeleteEventSubscriptionError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteFleetAdvisorCollectorError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteFleetAdvisorCollectorError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteFleetAdvisorCollectorError, R>) -> Self
fn from(err: SdkError<DeleteFleetAdvisorCollectorError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteFleetAdvisorDatabasesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteFleetAdvisorDatabasesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteFleetAdvisorDatabasesError, R>) -> Self
fn from(err: SdkError<DeleteFleetAdvisorDatabasesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteReplicationInstanceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteReplicationInstanceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteReplicationInstanceError, R>) -> Self
fn from(err: SdkError<DeleteReplicationInstanceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteReplicationSubnetGroupError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteReplicationSubnetGroupError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteReplicationSubnetGroupError, R>) -> Self
fn from(err: SdkError<DeleteReplicationSubnetGroupError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteReplicationTaskAssessmentRunError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteReplicationTaskAssessmentRunError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteReplicationTaskAssessmentRunError, R>) -> Self
fn from(err: SdkError<DeleteReplicationTaskAssessmentRunError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteReplicationTaskError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteReplicationTaskError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteReplicationTaskError, R>) -> Self
fn from(err: SdkError<DeleteReplicationTaskError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeAccountAttributesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeAccountAttributesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeAccountAttributesError, R>) -> Self
fn from(err: SdkError<DescribeAccountAttributesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeApplicableIndividualAssessmentsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeApplicableIndividualAssessmentsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeApplicableIndividualAssessmentsError, R>) -> Self
fn from(err: SdkError<DescribeApplicableIndividualAssessmentsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeCertificatesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeCertificatesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeCertificatesError, R>) -> Self
fn from(err: SdkError<DescribeCertificatesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeConnectionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeConnectionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeConnectionsError, R>) -> Self
fn from(err: SdkError<DescribeConnectionsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeEndpointSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeEndpointSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeEndpointSettingsError, R>) -> Self
fn from(err: SdkError<DescribeEndpointSettingsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeEndpointTypesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeEndpointTypesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeEndpointTypesError, R>) -> Self
fn from(err: SdkError<DescribeEndpointTypesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeEndpointsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeEndpointsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeEndpointsError, R>) -> Self
fn from(err: SdkError<DescribeEndpointsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeEventCategoriesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeEventCategoriesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeEventCategoriesError, R>) -> Self
fn from(err: SdkError<DescribeEventCategoriesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeEventSubscriptionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeEventSubscriptionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeEventSubscriptionsError, R>) -> Self
fn from(err: SdkError<DescribeEventSubscriptionsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeEventsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeEventsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeEventsError, R>) -> Self
fn from(err: SdkError<DescribeEventsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeFleetAdvisorCollectorsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeFleetAdvisorCollectorsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeFleetAdvisorCollectorsError, R>) -> Self
fn from(err: SdkError<DescribeFleetAdvisorCollectorsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeFleetAdvisorDatabasesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeFleetAdvisorDatabasesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeFleetAdvisorDatabasesError, R>) -> Self
fn from(err: SdkError<DescribeFleetAdvisorDatabasesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeFleetAdvisorLsaAnalysisError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeFleetAdvisorLsaAnalysisError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeFleetAdvisorLsaAnalysisError, R>) -> Self
fn from(err: SdkError<DescribeFleetAdvisorLsaAnalysisError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeFleetAdvisorSchemaObjectSummaryError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeFleetAdvisorSchemaObjectSummaryError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeFleetAdvisorSchemaObjectSummaryError, R>) -> Self
fn from(err: SdkError<DescribeFleetAdvisorSchemaObjectSummaryError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeFleetAdvisorSchemasError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeFleetAdvisorSchemasError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeFleetAdvisorSchemasError, R>) -> Self
fn from(err: SdkError<DescribeFleetAdvisorSchemasError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeOrderableReplicationInstancesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeOrderableReplicationInstancesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeOrderableReplicationInstancesError, R>) -> Self
fn from(err: SdkError<DescribeOrderableReplicationInstancesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribePendingMaintenanceActionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribePendingMaintenanceActionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribePendingMaintenanceActionsError, R>) -> Self
fn from(err: SdkError<DescribePendingMaintenanceActionsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeRefreshSchemasStatusError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeRefreshSchemasStatusError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeRefreshSchemasStatusError, R>) -> Self
fn from(err: SdkError<DescribeRefreshSchemasStatusError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeReplicationInstanceTaskLogsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeReplicationInstanceTaskLogsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeReplicationInstanceTaskLogsError, R>) -> Self
fn from(err: SdkError<DescribeReplicationInstanceTaskLogsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeReplicationInstancesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeReplicationInstancesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeReplicationInstancesError, R>) -> Self
fn from(err: SdkError<DescribeReplicationInstancesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeReplicationSubnetGroupsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeReplicationSubnetGroupsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeReplicationSubnetGroupsError, R>) -> Self
fn from(err: SdkError<DescribeReplicationSubnetGroupsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeReplicationTaskAssessmentResultsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeReplicationTaskAssessmentResultsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeReplicationTaskAssessmentResultsError, R>) -> Self
fn from(err: SdkError<DescribeReplicationTaskAssessmentResultsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeReplicationTaskAssessmentRunsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeReplicationTaskAssessmentRunsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeReplicationTaskAssessmentRunsError, R>) -> Self
fn from(err: SdkError<DescribeReplicationTaskAssessmentRunsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeReplicationTaskIndividualAssessmentsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeReplicationTaskIndividualAssessmentsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(
err: SdkError<DescribeReplicationTaskIndividualAssessmentsError, R>
) -> Self
fn from(
err: SdkError<DescribeReplicationTaskIndividualAssessmentsError, R>
) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeReplicationTasksError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeReplicationTasksError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeReplicationTasksError, R>) -> Self
fn from(err: SdkError<DescribeReplicationTasksError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeSchemasError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeSchemasError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeSchemasError, R>) -> Self
fn from(err: SdkError<DescribeSchemasError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeTableStatisticsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeTableStatisticsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeTableStatisticsError, R>) -> Self
fn from(err: SdkError<DescribeTableStatisticsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ImportCertificateError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ImportCertificateError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ImportCertificateError, R>) -> Self
fn from(err: SdkError<ImportCertificateError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListTagsForResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTagsForResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTagsForResourceError, R>) -> Self
fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ModifyEndpointError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ModifyEndpointError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ModifyEndpointError, R>) -> Self
fn from(err: SdkError<ModifyEndpointError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ModifyEventSubscriptionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ModifyEventSubscriptionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ModifyEventSubscriptionError, R>) -> Self
fn from(err: SdkError<ModifyEventSubscriptionError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ModifyReplicationInstanceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ModifyReplicationInstanceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ModifyReplicationInstanceError, R>) -> Self
fn from(err: SdkError<ModifyReplicationInstanceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ModifyReplicationSubnetGroupError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ModifyReplicationSubnetGroupError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ModifyReplicationSubnetGroupError, R>) -> Self
fn from(err: SdkError<ModifyReplicationSubnetGroupError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ModifyReplicationTaskError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ModifyReplicationTaskError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ModifyReplicationTaskError, R>) -> Self
fn from(err: SdkError<ModifyReplicationTaskError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<MoveReplicationTaskError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<MoveReplicationTaskError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<MoveReplicationTaskError, R>) -> Self
fn from(err: SdkError<MoveReplicationTaskError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<RebootReplicationInstanceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<RebootReplicationInstanceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<RebootReplicationInstanceError, R>) -> Self
fn from(err: SdkError<RebootReplicationInstanceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<RefreshSchemasError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<RefreshSchemasError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<RefreshSchemasError, R>) -> Self
fn from(err: SdkError<RefreshSchemasError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ReloadTablesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ReloadTablesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ReloadTablesError, R>) -> Self
fn from(err: SdkError<ReloadTablesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<RemoveTagsFromResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<RemoveTagsFromResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<RemoveTagsFromResourceError, R>) -> Self
fn from(err: SdkError<RemoveTagsFromResourceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<RunFleetAdvisorLsaAnalysisError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<RunFleetAdvisorLsaAnalysisError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<RunFleetAdvisorLsaAnalysisError, R>) -> Self
fn from(err: SdkError<RunFleetAdvisorLsaAnalysisError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StartReplicationTaskAssessmentError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartReplicationTaskAssessmentError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StartReplicationTaskAssessmentError, R>) -> Self
fn from(err: SdkError<StartReplicationTaskAssessmentError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StartReplicationTaskAssessmentRunError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartReplicationTaskAssessmentRunError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StartReplicationTaskAssessmentRunError, R>) -> Self
fn from(err: SdkError<StartReplicationTaskAssessmentRunError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StartReplicationTaskError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartReplicationTaskError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StartReplicationTaskError, R>) -> Self
fn from(err: SdkError<StartReplicationTaskError, R>) -> Self
Converts to this type from the input type.
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
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
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more