Struct aws_sdk_elasticache::error::CreateReplicationGroupError
source ·
[−]#[non_exhaustive]pub struct CreateReplicationGroupError {
pub kind: CreateReplicationGroupErrorKind,
// some fields omitted
}
Expand description
Error type for the CreateReplicationGroup
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: CreateReplicationGroupErrorKind
Kind of error that occurred.
Implementations
Creates a new CreateReplicationGroupError
.
Creates the CreateReplicationGroupError::Unhandled
variant from any error type.
Creates the CreateReplicationGroupError::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 CreateReplicationGroupErrorKind::CacheClusterNotFoundFault
.
Returns true
if the error kind is CreateReplicationGroupErrorKind::CacheParameterGroupNotFoundFault
.
Returns true
if the error kind is CreateReplicationGroupErrorKind::CacheSecurityGroupNotFoundFault
.
Returns true
if the error kind is CreateReplicationGroupErrorKind::CacheSubnetGroupNotFoundFault
.
Returns true
if the error kind is CreateReplicationGroupErrorKind::ClusterQuotaForCustomerExceededFault
.
Returns true
if the error kind is CreateReplicationGroupErrorKind::GlobalReplicationGroupNotFoundFault
.
Returns true
if the error kind is CreateReplicationGroupErrorKind::InsufficientCacheClusterCapacityFault
.
Returns true
if the error kind is CreateReplicationGroupErrorKind::InvalidCacheClusterStateFault
.
Returns true
if the error kind is CreateReplicationGroupErrorKind::InvalidGlobalReplicationGroupStateFault
.
Returns true
if the error kind is CreateReplicationGroupErrorKind::InvalidParameterCombinationException
.
Returns true
if the error kind is CreateReplicationGroupErrorKind::InvalidParameterValueException
.
Returns true
if the error kind is CreateReplicationGroupErrorKind::InvalidUserGroupStateFault
.
Returns true
if the error kind is CreateReplicationGroupErrorKind::InvalidVpcNetworkStateFault
.
Returns true
if the error kind is CreateReplicationGroupErrorKind::NodeGroupsPerReplicationGroupQuotaExceededFault
.
Returns true
if the error kind is CreateReplicationGroupErrorKind::NodeQuotaForClusterExceededFault
.
Returns true
if the error kind is CreateReplicationGroupErrorKind::NodeQuotaForCustomerExceededFault
.
Returns true
if the error kind is CreateReplicationGroupErrorKind::ReplicationGroupAlreadyExistsFault
.
Returns true
if the error kind is CreateReplicationGroupErrorKind::TagQuotaPerResourceExceeded
.
Returns true
if the error kind is CreateReplicationGroupErrorKind::UserGroupNotFoundFault
.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for CreateReplicationGroupError
impl Send for CreateReplicationGroupError
impl Sync for CreateReplicationGroupError
impl Unpin for CreateReplicationGroupError
impl !UnwindSafe for CreateReplicationGroupError
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