Struct aws_sdk_databasemigration::error::ModifyReplicationInstanceError [−][src]
#[non_exhaustive]pub struct ModifyReplicationInstanceError {
pub kind: ModifyReplicationInstanceErrorKind,
// some fields omitted
}
Expand description
Error type for the ModifyReplicationInstance
operation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.kind: ModifyReplicationInstanceErrorKind
Kind of error that occurred.
Implementations
Creates a new ModifyReplicationInstanceError
.
Creates the ModifyReplicationInstanceError::Unhandled
variant from any error type.
Creates the ModifyReplicationInstanceError::Unhandled
variant from a aws_smithy_types::Error
.
Returns error metadata, which includes the error code, message, request ID, and potentially additional information.
Returns the request ID if it’s available.
Returns true
if the error kind is ModifyReplicationInstanceErrorKind::AccessDeniedFault
.
Returns true
if the error kind is ModifyReplicationInstanceErrorKind::InsufficientResourceCapacityFault
.
Returns true
if the error kind is ModifyReplicationInstanceErrorKind::InvalidResourceStateFault
.
Returns true
if the error kind is ModifyReplicationInstanceErrorKind::ResourceAlreadyExistsFault
.
Returns true
if the error kind is ModifyReplicationInstanceErrorKind::ResourceNotFoundFault
.
Returns true
if the error kind is ModifyReplicationInstanceErrorKind::StorageQuotaExceededFault
.
Returns true
if the error kind is ModifyReplicationInstanceErrorKind::UpgradeDependencyFailureFault
.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ModifyReplicationInstanceError
impl Send for ModifyReplicationInstanceError
impl Sync for ModifyReplicationInstanceError
impl Unpin for ModifyReplicationInstanceError
impl !UnwindSafe for ModifyReplicationInstanceError
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