Enum aws_sdk_databasemigration::error::CreateReplicationSubnetGroupErrorKind [−][src]
#[non_exhaustive]
pub enum CreateReplicationSubnetGroupErrorKind {
AccessDeniedFault(AccessDeniedFault),
InvalidSubnet(InvalidSubnet),
ReplicationSubnetGroupDoesNotCoverEnoughAZs(ReplicationSubnetGroupDoesNotCoverEnoughAZs),
ResourceAlreadyExistsFault(ResourceAlreadyExistsFault),
ResourceNotFoundFault(ResourceNotFoundFault),
ResourceQuotaExceededFault(ResourceQuotaExceededFault),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
Types of errors that can occur for the CreateReplicationSubnetGroup
operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
AccessDeniedFault(AccessDeniedFault)
Tuple Fields
DMS was denied access to the endpoint. Check that the role is correctly configured.
InvalidSubnet(InvalidSubnet)
Tuple Fields
The subnet provided is invalid.
ReplicationSubnetGroupDoesNotCoverEnoughAZs(ReplicationSubnetGroupDoesNotCoverEnoughAZs)
Tuple Fields
The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.
ResourceAlreadyExistsFault(ResourceAlreadyExistsFault)
Tuple Fields
The resource you are attempting to create already exists.
ResourceNotFoundFault(ResourceNotFoundFault)
Tuple Fields
The resource could not be found.
ResourceQuotaExceededFault(ResourceQuotaExceededFault)
Tuple Fields
The quota for this resource quota has been exceeded.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unexpected error, e.g. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more