Enum aws_sdk_dax::error::IncreaseReplicationFactorErrorKind [−][src]
#[non_exhaustive]
pub enum IncreaseReplicationFactorErrorKind {
ClusterNotFoundFault(ClusterNotFoundFault),
InsufficientClusterCapacityFault(InsufficientClusterCapacityFault),
InvalidClusterStateFault(InvalidClusterStateFault),
InvalidParameterCombinationException(InvalidParameterCombinationException),
InvalidParameterValueException(InvalidParameterValueException),
InvalidVpcNetworkStateFault(InvalidVpcNetworkStateFault),
NodeQuotaForClusterExceededFault(NodeQuotaForClusterExceededFault),
NodeQuotaForCustomerExceededFault(NodeQuotaForCustomerExceededFault),
ServiceLinkedRoleNotFoundFault(ServiceLinkedRoleNotFoundFault),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
Types of errors that can occur for the IncreaseReplicationFactor
operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
ClusterNotFoundFault(ClusterNotFoundFault)
The requested cluster ID does not refer to an existing DAX cluster.
Tuple Fields of ClusterNotFoundFault
InsufficientClusterCapacityFault(InsufficientClusterCapacityFault)
There are not enough system resources to create the cluster you requested (or to resize an already-existing cluster).
Tuple Fields of InsufficientClusterCapacityFault
InvalidClusterStateFault(InvalidClusterStateFault)
The requested DAX cluster is not in the available state.
Tuple Fields of InvalidClusterStateFault
InvalidParameterCombinationException(InvalidParameterCombinationException)
Two or more incompatible parameters were specified.
Tuple Fields of InvalidParameterCombinationException
InvalidParameterValueException(InvalidParameterValueException)
The value for a parameter is invalid.
Tuple Fields of InvalidParameterValueException
InvalidVpcNetworkStateFault(InvalidVpcNetworkStateFault)
The VPC network is in an invalid state.
Tuple Fields of InvalidVpcNetworkStateFault
NodeQuotaForClusterExceededFault(NodeQuotaForClusterExceededFault)
You have attempted to exceed the maximum number of nodes for a DAX cluster.
Tuple Fields of NodeQuotaForClusterExceededFault
NodeQuotaForCustomerExceededFault(NodeQuotaForCustomerExceededFault)
You have attempted to exceed the maximum number of nodes for your AWS account.
Tuple Fields of NodeQuotaForCustomerExceededFault
ServiceLinkedRoleNotFoundFault(ServiceLinkedRoleNotFoundFault)
The specified service linked role (SLR) was not found.
Tuple Fields of ServiceLinkedRoleNotFoundFault
An unexpected error, e.g. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl Send for IncreaseReplicationFactorErrorKind
impl Sync for IncreaseReplicationFactorErrorKind
impl Unpin for IncreaseReplicationFactorErrorKind
impl !UnwindSafe for IncreaseReplicationFactorErrorKind
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