Enum aws_sdk_dax::Error [−][src]
#[non_exhaustive]
pub enum Error {
Show 28 variants
ClusterAlreadyExistsFault(ClusterAlreadyExistsFault),
ClusterNotFoundFault(ClusterNotFoundFault),
ClusterQuotaForCustomerExceededFault(ClusterQuotaForCustomerExceededFault),
InsufficientClusterCapacityFault(InsufficientClusterCapacityFault),
InvalidArnFault(InvalidArnFault),
InvalidClusterStateFault(InvalidClusterStateFault),
InvalidParameterCombinationException(InvalidParameterCombinationException),
InvalidParameterGroupStateFault(InvalidParameterGroupStateFault),
InvalidParameterValueException(InvalidParameterValueException),
InvalidSubnet(InvalidSubnet),
InvalidVpcNetworkStateFault(InvalidVpcNetworkStateFault),
NodeNotFoundFault(NodeNotFoundFault),
NodeQuotaForClusterExceededFault(NodeQuotaForClusterExceededFault),
NodeQuotaForCustomerExceededFault(NodeQuotaForCustomerExceededFault),
ParameterGroupAlreadyExistsFault(ParameterGroupAlreadyExistsFault),
ParameterGroupNotFoundFault(ParameterGroupNotFoundFault),
ParameterGroupQuotaExceededFault(ParameterGroupQuotaExceededFault),
ServiceLinkedRoleNotFoundFault(ServiceLinkedRoleNotFoundFault),
ServiceQuotaExceededException(ServiceQuotaExceededException),
SubnetGroupAlreadyExistsFault(SubnetGroupAlreadyExistsFault),
SubnetGroupInUseFault(SubnetGroupInUseFault),
SubnetGroupNotFoundFault(SubnetGroupNotFoundFault),
SubnetGroupQuotaExceededFault(SubnetGroupQuotaExceededFault),
SubnetInUse(SubnetInUse),
SubnetQuotaExceededFault(SubnetQuotaExceededFault),
TagNotFoundFault(TagNotFoundFault),
TagQuotaPerResourceExceeded(TagQuotaPerResourceExceeded),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
All possible error types for this service.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
ClusterAlreadyExistsFault(ClusterAlreadyExistsFault)
Tuple Fields
You already have a DAX cluster with the given identifier.
ClusterNotFoundFault(ClusterNotFoundFault)
Tuple Fields
The requested cluster ID does not refer to an existing DAX cluster.
ClusterQuotaForCustomerExceededFault(ClusterQuotaForCustomerExceededFault)
Tuple Fields
You have attempted to exceed the maximum number of DAX clusters for your AWS account.
InsufficientClusterCapacityFault(InsufficientClusterCapacityFault)
Tuple Fields
There are not enough system resources to create the cluster you requested (or to resize an already-existing cluster).
InvalidArnFault(InvalidArnFault)
Tuple Fields
The Amazon Resource Name (ARN) supplied in the request is not valid.
InvalidClusterStateFault(InvalidClusterStateFault)
Tuple Fields
The requested DAX cluster is not in the available state.
InvalidParameterCombinationException(InvalidParameterCombinationException)
Tuple Fields
Two or more incompatible parameters were specified.
InvalidParameterGroupStateFault(InvalidParameterGroupStateFault)
Tuple Fields
One or more parameters in a parameter group are in an invalid state.
InvalidParameterValueException(InvalidParameterValueException)
Tuple Fields
The value for a parameter is invalid.
InvalidSubnet(InvalidSubnet)
Tuple Fields
An invalid subnet identifier was specified.
InvalidVpcNetworkStateFault(InvalidVpcNetworkStateFault)
Tuple Fields
The VPC network is in an invalid state.
NodeNotFoundFault(NodeNotFoundFault)
Tuple Fields
None of the nodes in the cluster have the given node ID.
NodeQuotaForClusterExceededFault(NodeQuotaForClusterExceededFault)
Tuple Fields
You have attempted to exceed the maximum number of nodes for a DAX cluster.
NodeQuotaForCustomerExceededFault(NodeQuotaForCustomerExceededFault)
Tuple Fields
You have attempted to exceed the maximum number of nodes for your AWS account.
ParameterGroupAlreadyExistsFault(ParameterGroupAlreadyExistsFault)
Tuple Fields
The specified parameter group already exists.
ParameterGroupNotFoundFault(ParameterGroupNotFoundFault)
Tuple Fields
The specified parameter group does not exist.
ParameterGroupQuotaExceededFault(ParameterGroupQuotaExceededFault)
Tuple Fields
You have attempted to exceed the maximum number of parameter groups.
ServiceLinkedRoleNotFoundFault(ServiceLinkedRoleNotFoundFault)
Tuple Fields
The specified service linked role (SLR) was not found.
ServiceQuotaExceededException(ServiceQuotaExceededException)
Tuple Fields
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.
SubnetGroupAlreadyExistsFault(SubnetGroupAlreadyExistsFault)
Tuple Fields
The specified subnet group already exists.
SubnetGroupInUseFault(SubnetGroupInUseFault)
Tuple Fields
The specified subnet group is currently in use.
SubnetGroupNotFoundFault(SubnetGroupNotFoundFault)
Tuple Fields
The requested subnet group name does not refer to an existing subnet group.
SubnetGroupQuotaExceededFault(SubnetGroupQuotaExceededFault)
Tuple Fields
The request cannot be processed because it would exceed the allowed number of subnets in a subnet group.
SubnetInUse(SubnetInUse)
Tuple Fields
0: SubnetInUse
The requested subnet is being used by another subnet group.
SubnetQuotaExceededFault(SubnetQuotaExceededFault)
Tuple Fields
The request cannot be processed because it would exceed the allowed number of subnets in a subnet group.
TagNotFoundFault(TagNotFoundFault)
Tuple Fields
The tag does not exist.
TagQuotaPerResourceExceeded(TagQuotaPerResourceExceeded)
Tuple Fields
You have exceeded the maximum number of tags for this DAX cluster.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unhandled error occurred.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
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