Struct aws_sdk_elasticache::error::DeleteReplicationGroupError
source ·
[−]#[non_exhaustive]pub struct DeleteReplicationGroupError {
pub kind: DeleteReplicationGroupErrorKind,
// some fields omitted
}
Expand description
Error type for the DeleteReplicationGroup
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: DeleteReplicationGroupErrorKind
Kind of error that occurred.
Implementations
Creates a new DeleteReplicationGroupError
.
Creates the DeleteReplicationGroupError::Unhandled
variant from any error type.
Creates the DeleteReplicationGroupError::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 DeleteReplicationGroupErrorKind::InvalidParameterCombinationException
.
Returns true
if the error kind is DeleteReplicationGroupErrorKind::InvalidParameterValueException
.
Returns true
if the error kind is DeleteReplicationGroupErrorKind::InvalidReplicationGroupStateFault
.
Returns true
if the error kind is DeleteReplicationGroupErrorKind::ReplicationGroupNotFoundFault
.
Returns true
if the error kind is DeleteReplicationGroupErrorKind::SnapshotAlreadyExistsFault
.
Returns true
if the error kind is DeleteReplicationGroupErrorKind::SnapshotFeatureNotSupportedFault
.
Returns true
if the error kind is DeleteReplicationGroupErrorKind::SnapshotQuotaExceededFault
.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for DeleteReplicationGroupError
impl Send for DeleteReplicationGroupError
impl Sync for DeleteReplicationGroupError
impl Unpin for DeleteReplicationGroupError
impl !UnwindSafe for DeleteReplicationGroupError
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