Enum aws_sdk_memorydb::Error[][src]

#[non_exhaustive]
pub enum Error {
Show 50 variants AclAlreadyExistsFault(AclAlreadyExistsFault), AclNotFoundFault(AclNotFoundFault), AclQuotaExceededFault(AclQuotaExceededFault), ApiCallRateForCustomerExceededFault(ApiCallRateForCustomerExceededFault), ClusterAlreadyExistsFault(ClusterAlreadyExistsFault), ClusterNotFoundFault(ClusterNotFoundFault), ClusterQuotaForCustomerExceededFault(ClusterQuotaForCustomerExceededFault), DefaultUserRequired(DefaultUserRequired), DuplicateUserNameFault(DuplicateUserNameFault), InsufficientClusterCapacityFault(InsufficientClusterCapacityFault), InvalidAclStateFault(InvalidAclStateFault), InvalidArnFault(InvalidArnFault), InvalidClusterStateFault(InvalidClusterStateFault), InvalidCredentialsException(InvalidCredentialsException), InvalidKmsKeyFault(InvalidKmsKeyFault), InvalidNodeStateFault(InvalidNodeStateFault), InvalidParameterCombinationException(InvalidParameterCombinationException), InvalidParameterGroupStateFault(InvalidParameterGroupStateFault), InvalidParameterValueException(InvalidParameterValueException), InvalidSnapshotStateFault(InvalidSnapshotStateFault), InvalidSubnet(InvalidSubnet), InvalidUserStateFault(InvalidUserStateFault), InvalidVpcNetworkStateFault(InvalidVpcNetworkStateFault), NoOperationFault(NoOperationFault), NodeQuotaForClusterExceededFault(NodeQuotaForClusterExceededFault), NodeQuotaForCustomerExceededFault(NodeQuotaForCustomerExceededFault), ParameterGroupAlreadyExistsFault(ParameterGroupAlreadyExistsFault), ParameterGroupNotFoundFault(ParameterGroupNotFoundFault), ParameterGroupQuotaExceededFault(ParameterGroupQuotaExceededFault), ServiceLinkedRoleNotFoundFault(ServiceLinkedRoleNotFoundFault), ServiceUpdateNotFoundFault(ServiceUpdateNotFoundFault), ShardNotFoundFault(ShardNotFoundFault), ShardsPerClusterQuotaExceededFault(ShardsPerClusterQuotaExceededFault), SnapshotAlreadyExistsFault(SnapshotAlreadyExistsFault), SnapshotNotFoundFault(SnapshotNotFoundFault), SnapshotQuotaExceededFault(SnapshotQuotaExceededFault), SubnetGroupAlreadyExistsFault(SubnetGroupAlreadyExistsFault), SubnetGroupInUseFault(SubnetGroupInUseFault), SubnetGroupNotFoundFault(SubnetGroupNotFoundFault), SubnetGroupQuotaExceededFault(SubnetGroupQuotaExceededFault), SubnetInUse(SubnetInUse), SubnetNotAllowedFault(SubnetNotAllowedFault), SubnetQuotaExceededFault(SubnetQuotaExceededFault), TagNotFoundFault(TagNotFoundFault), TagQuotaPerResourceExceeded(TagQuotaPerResourceExceeded), TestFailoverNotAvailableFault(TestFailoverNotAvailableFault), UserAlreadyExistsFault(UserAlreadyExistsFault), UserNotFoundFault(UserNotFoundFault), UserQuotaExceededFault(UserQuotaExceededFault), 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.
AclAlreadyExistsFault(AclAlreadyExistsFault)

Tuple Fields of AclAlreadyExistsFault

0: AclAlreadyExistsFault
AclNotFoundFault(AclNotFoundFault)

Tuple Fields of AclNotFoundFault

0: AclNotFoundFault
AclQuotaExceededFault(AclQuotaExceededFault)

Tuple Fields of AclQuotaExceededFault

0: AclQuotaExceededFault
ApiCallRateForCustomerExceededFault(ApiCallRateForCustomerExceededFault)

Tuple Fields of ApiCallRateForCustomerExceededFault

0: ApiCallRateForCustomerExceededFault
ClusterAlreadyExistsFault(ClusterAlreadyExistsFault)

Tuple Fields of ClusterAlreadyExistsFault

0: ClusterAlreadyExistsFault
ClusterNotFoundFault(ClusterNotFoundFault)

Tuple Fields of ClusterNotFoundFault

0: ClusterNotFoundFault
ClusterQuotaForCustomerExceededFault(ClusterQuotaForCustomerExceededFault)

Tuple Fields of ClusterQuotaForCustomerExceededFault

0: ClusterQuotaForCustomerExceededFault
DefaultUserRequired(DefaultUserRequired)

Tuple Fields of DefaultUserRequired

0: DefaultUserRequired
DuplicateUserNameFault(DuplicateUserNameFault)

Tuple Fields of DuplicateUserNameFault

0: DuplicateUserNameFault
InsufficientClusterCapacityFault(InsufficientClusterCapacityFault)

Tuple Fields of InsufficientClusterCapacityFault

0: InsufficientClusterCapacityFault
InvalidAclStateFault(InvalidAclStateFault)

Tuple Fields of InvalidAclStateFault

0: InvalidAclStateFault
InvalidArnFault(InvalidArnFault)

Tuple Fields of InvalidArnFault

0: InvalidArnFault
InvalidClusterStateFault(InvalidClusterStateFault)

Tuple Fields of InvalidClusterStateFault

0: InvalidClusterStateFault
InvalidCredentialsException(InvalidCredentialsException)

Tuple Fields of InvalidCredentialsException

0: InvalidCredentialsException
InvalidKmsKeyFault(InvalidKmsKeyFault)

Tuple Fields of InvalidKmsKeyFault

0: InvalidKmsKeyFault
InvalidNodeStateFault(InvalidNodeStateFault)

Tuple Fields of InvalidNodeStateFault

0: InvalidNodeStateFault
InvalidParameterCombinationException(InvalidParameterCombinationException)

Tuple Fields of InvalidParameterCombinationException

0: InvalidParameterCombinationException
InvalidParameterGroupStateFault(InvalidParameterGroupStateFault)

Tuple Fields of InvalidParameterGroupStateFault

0: InvalidParameterGroupStateFault
InvalidParameterValueException(InvalidParameterValueException)

Tuple Fields of InvalidParameterValueException

0: InvalidParameterValueException
InvalidSnapshotStateFault(InvalidSnapshotStateFault)

Tuple Fields of InvalidSnapshotStateFault

0: InvalidSnapshotStateFault
InvalidSubnet(InvalidSubnet)

Tuple Fields of InvalidSubnet

0: InvalidSubnet
InvalidUserStateFault(InvalidUserStateFault)

Tuple Fields of InvalidUserStateFault

0: InvalidUserStateFault
InvalidVpcNetworkStateFault(InvalidVpcNetworkStateFault)

Tuple Fields of InvalidVpcNetworkStateFault

0: InvalidVpcNetworkStateFault
NoOperationFault(NoOperationFault)

Tuple Fields of NoOperationFault

0: NoOperationFault
NodeQuotaForClusterExceededFault(NodeQuotaForClusterExceededFault)

Tuple Fields of NodeQuotaForClusterExceededFault

0: NodeQuotaForClusterExceededFault
NodeQuotaForCustomerExceededFault(NodeQuotaForCustomerExceededFault)

Tuple Fields of NodeQuotaForCustomerExceededFault

0: NodeQuotaForCustomerExceededFault
ParameterGroupAlreadyExistsFault(ParameterGroupAlreadyExistsFault)

Tuple Fields of ParameterGroupAlreadyExistsFault

0: ParameterGroupAlreadyExistsFault
ParameterGroupNotFoundFault(ParameterGroupNotFoundFault)

Tuple Fields of ParameterGroupNotFoundFault

0: ParameterGroupNotFoundFault
ParameterGroupQuotaExceededFault(ParameterGroupQuotaExceededFault)

Tuple Fields of ParameterGroupQuotaExceededFault

0: ParameterGroupQuotaExceededFault
ServiceLinkedRoleNotFoundFault(ServiceLinkedRoleNotFoundFault)

Tuple Fields of ServiceLinkedRoleNotFoundFault

0: ServiceLinkedRoleNotFoundFault
ServiceUpdateNotFoundFault(ServiceUpdateNotFoundFault)

Tuple Fields of ServiceUpdateNotFoundFault

0: ServiceUpdateNotFoundFault
ShardNotFoundFault(ShardNotFoundFault)

Tuple Fields of ShardNotFoundFault

0: ShardNotFoundFault
ShardsPerClusterQuotaExceededFault(ShardsPerClusterQuotaExceededFault)

Tuple Fields of ShardsPerClusterQuotaExceededFault

0: ShardsPerClusterQuotaExceededFault
SnapshotAlreadyExistsFault(SnapshotAlreadyExistsFault)

Tuple Fields of SnapshotAlreadyExistsFault

0: SnapshotAlreadyExistsFault
SnapshotNotFoundFault(SnapshotNotFoundFault)

Tuple Fields of SnapshotNotFoundFault

0: SnapshotNotFoundFault
SnapshotQuotaExceededFault(SnapshotQuotaExceededFault)

Tuple Fields of SnapshotQuotaExceededFault

0: SnapshotQuotaExceededFault
SubnetGroupAlreadyExistsFault(SubnetGroupAlreadyExistsFault)

Tuple Fields of SubnetGroupAlreadyExistsFault

0: SubnetGroupAlreadyExistsFault
SubnetGroupInUseFault(SubnetGroupInUseFault)

Tuple Fields of SubnetGroupInUseFault

0: SubnetGroupInUseFault
SubnetGroupNotFoundFault(SubnetGroupNotFoundFault)

Tuple Fields of SubnetGroupNotFoundFault

0: SubnetGroupNotFoundFault
SubnetGroupQuotaExceededFault(SubnetGroupQuotaExceededFault)

Tuple Fields of SubnetGroupQuotaExceededFault

0: SubnetGroupQuotaExceededFault
SubnetInUse(SubnetInUse)

Tuple Fields of SubnetInUse

0: SubnetInUse
SubnetNotAllowedFault(SubnetNotAllowedFault)

Tuple Fields of SubnetNotAllowedFault

0: SubnetNotAllowedFault
SubnetQuotaExceededFault(SubnetQuotaExceededFault)

Tuple Fields of SubnetQuotaExceededFault

0: SubnetQuotaExceededFault
TagNotFoundFault(TagNotFoundFault)

Tuple Fields of TagNotFoundFault

0: TagNotFoundFault
TagQuotaPerResourceExceeded(TagQuotaPerResourceExceeded)

Tuple Fields of TagQuotaPerResourceExceeded

0: TagQuotaPerResourceExceeded
TestFailoverNotAvailableFault(TestFailoverNotAvailableFault)

Tuple Fields of TestFailoverNotAvailableFault

0: TestFailoverNotAvailableFault
UserAlreadyExistsFault(UserAlreadyExistsFault)

Tuple Fields of UserAlreadyExistsFault

0: UserAlreadyExistsFault
UserNotFoundFault(UserNotFoundFault)

Tuple Fields of UserNotFoundFault

0: UserNotFoundFault
UserQuotaExceededFault(UserQuotaExceededFault)

Tuple Fields of UserQuotaExceededFault

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

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