Enum aws_sdk_elasticache::error::ModifyReplicationGroupShardConfigurationErrorKind [−][src]
#[non_exhaustive]
pub enum ModifyReplicationGroupShardConfigurationErrorKind {
InsufficientCacheClusterCapacityFault(InsufficientCacheClusterCapacityFault),
InvalidCacheClusterStateFault(InvalidCacheClusterStateFault),
InvalidKmsKeyFault(InvalidKmsKeyFault),
InvalidParameterCombinationException(InvalidParameterCombinationException),
InvalidParameterValueException(InvalidParameterValueException),
InvalidReplicationGroupStateFault(InvalidReplicationGroupStateFault),
InvalidVpcNetworkStateFault(InvalidVpcNetworkStateFault),
NodeGroupsPerReplicationGroupQuotaExceededFault(NodeGroupsPerReplicationGroupQuotaExceededFault),
NodeQuotaForCustomerExceededFault(NodeQuotaForCustomerExceededFault),
ReplicationGroupNotFoundFault(ReplicationGroupNotFoundFault),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
Types of errors that can occur for the ModifyReplicationGroupShardConfiguration
operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
InsufficientCacheClusterCapacityFault(InsufficientCacheClusterCapacityFault)
Tuple Fields
The requested cache node type is not available in the specified Availability Zone. For more information, see InsufficientCacheClusterCapacity in the ElastiCache User Guide.
InvalidCacheClusterStateFault(InvalidCacheClusterStateFault)
Tuple Fields
The requested cluster is not in the available
state.
InvalidKmsKeyFault(InvalidKmsKeyFault)
Tuple Fields
The KMS key supplied is not valid.
InvalidParameterCombinationException(InvalidParameterCombinationException)
Tuple Fields
Two or more incompatible parameters were specified.
InvalidParameterValueException(InvalidParameterValueException)
Tuple Fields
The value for a parameter is invalid.
InvalidReplicationGroupStateFault(InvalidReplicationGroupStateFault)
Tuple Fields
The requested replication group is not in the available
state.
InvalidVpcNetworkStateFault(InvalidVpcNetworkStateFault)
Tuple Fields
The VPC network is in an invalid state.
NodeGroupsPerReplicationGroupQuotaExceededFault(NodeGroupsPerReplicationGroupQuotaExceededFault)
Tuple Fields
The request cannot be processed because it would exceed the maximum allowed number of node groups (shards) in a single replication group. The default maximum is 90
NodeQuotaForCustomerExceededFault(NodeQuotaForCustomerExceededFault)
Tuple Fields
The request cannot be processed because it would exceed the allowed number of cache nodes per customer.
ReplicationGroupNotFoundFault(ReplicationGroupNotFoundFault)
Tuple Fields
The specified replication group does not exist.
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