Enum aws_sdk_databasemigration::error::ModifyReplicationSubnetGroupErrorKind [−][src]
#[non_exhaustive]
pub enum ModifyReplicationSubnetGroupErrorKind {
AccessDeniedFault(AccessDeniedFault),
InvalidSubnet(InvalidSubnet),
ReplicationSubnetGroupDoesNotCoverEnoughAZs(ReplicationSubnetGroupDoesNotCoverEnoughAZs),
ResourceNotFoundFault(ResourceNotFoundFault),
ResourceQuotaExceededFault(ResourceQuotaExceededFault),
SubnetAlreadyInUse(SubnetAlreadyInUse),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
Types of errors that can occur for the ModifyReplicationSubnetGroup
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.
ResourceNotFoundFault(ResourceNotFoundFault)
Tuple Fields
The resource could not be found.
ResourceQuotaExceededFault(ResourceQuotaExceededFault)
Tuple Fields
The quota for this resource quota has been exceeded.
SubnetAlreadyInUse(SubnetAlreadyInUse)
Tuple Fields
The specified subnet is already in use.
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