Enum aws_sdk_dax::error::CreateClusterErrorKind [−][src]
#[non_exhaustive]
pub enum CreateClusterErrorKind {
Show 16 variants
ClusterAlreadyExistsFault(ClusterAlreadyExistsFault),
ClusterQuotaForCustomerExceededFault(ClusterQuotaForCustomerExceededFault),
InsufficientClusterCapacityFault(InsufficientClusterCapacityFault),
InvalidClusterStateFault(InvalidClusterStateFault),
InvalidParameterCombinationException(InvalidParameterCombinationException),
InvalidParameterGroupStateFault(InvalidParameterGroupStateFault),
InvalidParameterValueException(InvalidParameterValueException),
InvalidVpcNetworkStateFault(InvalidVpcNetworkStateFault),
NodeQuotaForClusterExceededFault(NodeQuotaForClusterExceededFault),
NodeQuotaForCustomerExceededFault(NodeQuotaForCustomerExceededFault),
ParameterGroupNotFoundFault(ParameterGroupNotFoundFault),
ServiceLinkedRoleNotFoundFault(ServiceLinkedRoleNotFoundFault),
ServiceQuotaExceededException(ServiceQuotaExceededException),
SubnetGroupNotFoundFault(SubnetGroupNotFoundFault),
TagQuotaPerResourceExceeded(TagQuotaPerResourceExceeded),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
Types of errors that can occur for the CreateCluster
operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
ClusterAlreadyExistsFault(ClusterAlreadyExistsFault)
You already have a DAX cluster with the given identifier.
Tuple Fields of ClusterAlreadyExistsFault
ClusterQuotaForCustomerExceededFault(ClusterQuotaForCustomerExceededFault)
You have attempted to exceed the maximum number of DAX clusters for your AWS account.
Tuple Fields of ClusterQuotaForCustomerExceededFault
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
InvalidParameterGroupStateFault(InvalidParameterGroupStateFault)
One or more parameters in a parameter group are in an invalid state.
Tuple Fields of InvalidParameterGroupStateFault
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
ParameterGroupNotFoundFault(ParameterGroupNotFoundFault)
The specified parameter group does not exist.
Tuple Fields of ParameterGroupNotFoundFault
ServiceLinkedRoleNotFoundFault(ServiceLinkedRoleNotFoundFault)
The specified service linked role (SLR) was not found.
Tuple Fields of ServiceLinkedRoleNotFoundFault
ServiceQuotaExceededException(ServiceQuotaExceededException)
You have reached the maximum number of x509 certificates that can be created for encrypted clusters in a 30 day period. Contact AWS customer support to discuss options for continuing to create encrypted clusters.
Tuple Fields of ServiceQuotaExceededException
SubnetGroupNotFoundFault(SubnetGroupNotFoundFault)
The requested subnet group name does not refer to an existing subnet group.
Tuple Fields of SubnetGroupNotFoundFault
TagQuotaPerResourceExceeded(TagQuotaPerResourceExceeded)
You have exceeded the maximum number of tags for this DAX cluster.
Tuple Fields of TagQuotaPerResourceExceeded
An unexpected error, e.g. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for CreateClusterErrorKind
impl Send for CreateClusterErrorKind
impl Sync for CreateClusterErrorKind
impl Unpin for CreateClusterErrorKind
impl !UnwindSafe for CreateClusterErrorKind
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