Enum aws_sdk_memorydb::Error
source · [−]#[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
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>)
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.
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