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
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
ClusterAlreadyExistsFault(ClusterAlreadyExistsFault)

You already have a DAX cluster with the given identifier.

Tuple Fields of ClusterAlreadyExistsFault

0: ClusterAlreadyExistsFault
ClusterNotFoundFault(ClusterNotFoundFault)

The requested cluster ID does not refer to an existing DAX cluster.

Tuple Fields of ClusterNotFoundFault

0: ClusterNotFoundFault
ClusterQuotaForCustomerExceededFault(ClusterQuotaForCustomerExceededFault)

You have attempted to exceed the maximum number of DAX clusters for your AWS account.

Tuple Fields of ClusterQuotaForCustomerExceededFault

0: 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

0: InsufficientClusterCapacityFault
InvalidArnFault(InvalidArnFault)

The Amazon Resource Name (ARN) supplied in the request is not valid.

Tuple Fields of InvalidArnFault

0: InvalidArnFault
InvalidClusterStateFault(InvalidClusterStateFault)

The requested DAX cluster is not in the available state.

Tuple Fields of InvalidClusterStateFault

0: InvalidClusterStateFault
InvalidParameterCombinationException(InvalidParameterCombinationException)

Two or more incompatible parameters were specified.

Tuple Fields of InvalidParameterCombinationException

0: InvalidParameterCombinationException
InvalidParameterGroupStateFault(InvalidParameterGroupStateFault)

One or more parameters in a parameter group are in an invalid state.

Tuple Fields of InvalidParameterGroupStateFault

0: InvalidParameterGroupStateFault
InvalidParameterValueException(InvalidParameterValueException)

The value for a parameter is invalid.

Tuple Fields of InvalidParameterValueException

0: InvalidParameterValueException
InvalidSubnet(InvalidSubnet)

An invalid subnet identifier was specified.

Tuple Fields of InvalidSubnet

0: InvalidSubnet
InvalidVpcNetworkStateFault(InvalidVpcNetworkStateFault)

The VPC network is in an invalid state.

Tuple Fields of InvalidVpcNetworkStateFault

0: InvalidVpcNetworkStateFault
NodeNotFoundFault(NodeNotFoundFault)

None of the nodes in the cluster have the given node ID.

Tuple Fields of NodeNotFoundFault

0: NodeNotFoundFault
NodeQuotaForClusterExceededFault(NodeQuotaForClusterExceededFault)

You have attempted to exceed the maximum number of nodes for a DAX cluster.

Tuple Fields of NodeQuotaForClusterExceededFault

0: NodeQuotaForClusterExceededFault
NodeQuotaForCustomerExceededFault(NodeQuotaForCustomerExceededFault)

You have attempted to exceed the maximum number of nodes for your AWS account.

Tuple Fields of NodeQuotaForCustomerExceededFault

0: NodeQuotaForCustomerExceededFault
ParameterGroupAlreadyExistsFault(ParameterGroupAlreadyExistsFault)

The specified parameter group already exists.

Tuple Fields of ParameterGroupAlreadyExistsFault

0: ParameterGroupAlreadyExistsFault
ParameterGroupNotFoundFault(ParameterGroupNotFoundFault)

The specified parameter group does not exist.

Tuple Fields of ParameterGroupNotFoundFault

0: ParameterGroupNotFoundFault
ParameterGroupQuotaExceededFault(ParameterGroupQuotaExceededFault)

You have attempted to exceed the maximum number of parameter groups.

Tuple Fields of ParameterGroupQuotaExceededFault

0: ParameterGroupQuotaExceededFault
ServiceLinkedRoleNotFoundFault(ServiceLinkedRoleNotFoundFault)

The specified service linked role (SLR) was not found.

Tuple Fields of ServiceLinkedRoleNotFoundFault

0: 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

0: ServiceQuotaExceededException
SubnetGroupAlreadyExistsFault(SubnetGroupAlreadyExistsFault)

The specified subnet group already exists.

Tuple Fields of SubnetGroupAlreadyExistsFault

0: SubnetGroupAlreadyExistsFault
SubnetGroupInUseFault(SubnetGroupInUseFault)

The specified subnet group is currently in use.

Tuple Fields of SubnetGroupInUseFault

0: SubnetGroupInUseFault
SubnetGroupNotFoundFault(SubnetGroupNotFoundFault)

The requested subnet group name does not refer to an existing subnet group.

Tuple Fields of SubnetGroupNotFoundFault

0: SubnetGroupNotFoundFault
SubnetGroupQuotaExceededFault(SubnetGroupQuotaExceededFault)

The request cannot be processed because it would exceed the allowed number of subnets in a subnet group.

Tuple Fields of SubnetGroupQuotaExceededFault

0: SubnetGroupQuotaExceededFault
SubnetInUse(SubnetInUse)

The requested subnet is being used by another subnet group.

Tuple Fields of SubnetInUse

0: SubnetInUse
SubnetQuotaExceededFault(SubnetQuotaExceededFault)

The request cannot be processed because it would exceed the allowed number of subnets in a subnet group.

Tuple Fields of SubnetQuotaExceededFault

0: SubnetQuotaExceededFault
TagNotFoundFault(TagNotFoundFault)

The tag does not exist.

Tuple Fields of TagNotFoundFault

0: TagNotFoundFault
TagQuotaPerResourceExceeded(TagQuotaPerResourceExceeded)

You have exceeded the maximum number of tags for this DAX cluster.

Tuple Fields of TagQuotaPerResourceExceeded

0: TagQuotaPerResourceExceeded
Unhandled(Box<dyn Error + Send + Sync + 'static>)

An unhandled error occurred.

Tuple Fields of Unhandled

0: Box<dyn Error + Send + Sync + 'static>

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

The lower-level source of this error, if any. Read more

🔬 This is a nightly-only experimental API. (backtrace)

Returns a stack backtrace, if available, of where this error occurred. Read more

👎 Deprecated since 1.42.0:

use the Display impl or to_string()

👎 Deprecated since 1.33.0:

replaced by Error::source, which can support downcasting

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.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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