Enum aws_sdk_memorydb::error::UpdateClusterErrorKind [−][src]
#[non_exhaustive]
pub enum UpdateClusterErrorKind {
Show 17 variants
AclNotFoundFault(AclNotFoundFault),
ClusterNotFoundFault(ClusterNotFoundFault),
ClusterQuotaForCustomerExceededFault(ClusterQuotaForCustomerExceededFault),
InvalidAclStateFault(InvalidAclStateFault),
InvalidClusterStateFault(InvalidClusterStateFault),
InvalidKmsKeyFault(InvalidKmsKeyFault),
InvalidNodeStateFault(InvalidNodeStateFault),
InvalidParameterCombinationException(InvalidParameterCombinationException),
InvalidParameterValueException(InvalidParameterValueException),
InvalidVpcNetworkStateFault(InvalidVpcNetworkStateFault),
NodeQuotaForClusterExceededFault(NodeQuotaForClusterExceededFault),
NodeQuotaForCustomerExceededFault(NodeQuotaForCustomerExceededFault),
NoOperationFault(NoOperationFault),
ParameterGroupNotFoundFault(ParameterGroupNotFoundFault),
ServiceLinkedRoleNotFoundFault(ServiceLinkedRoleNotFoundFault),
ShardsPerClusterQuotaExceededFault(ShardsPerClusterQuotaExceededFault),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}Expand description
Types of errors that can occur for the UpdateCluster operation.
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.
AclNotFoundFault(AclNotFoundFault)Tuple Fields of AclNotFoundFault
ClusterNotFoundFault(ClusterNotFoundFault)Tuple Fields of ClusterNotFoundFault
ClusterQuotaForCustomerExceededFault(ClusterQuotaForCustomerExceededFault)Tuple Fields of ClusterQuotaForCustomerExceededFault
InvalidAclStateFault(InvalidAclStateFault)Tuple Fields of InvalidAclStateFault
InvalidClusterStateFault(InvalidClusterStateFault)Tuple Fields of InvalidClusterStateFault
InvalidKmsKeyFault(InvalidKmsKeyFault)Tuple Fields of InvalidKmsKeyFault
InvalidNodeStateFault(InvalidNodeStateFault)Tuple Fields of InvalidNodeStateFault
InvalidParameterCombinationException(InvalidParameterCombinationException)Tuple Fields of InvalidParameterCombinationException
InvalidParameterValueException(InvalidParameterValueException)Tuple Fields of InvalidParameterValueException
InvalidVpcNetworkStateFault(InvalidVpcNetworkStateFault)Tuple Fields of InvalidVpcNetworkStateFault
NodeQuotaForClusterExceededFault(NodeQuotaForClusterExceededFault)Tuple Fields of NodeQuotaForClusterExceededFault
NodeQuotaForCustomerExceededFault(NodeQuotaForCustomerExceededFault)Tuple Fields of NodeQuotaForCustomerExceededFault
NoOperationFault(NoOperationFault)Tuple Fields of NoOperationFault
ParameterGroupNotFoundFault(ParameterGroupNotFoundFault)Tuple Fields of ParameterGroupNotFoundFault
ServiceLinkedRoleNotFoundFault(ServiceLinkedRoleNotFoundFault)Tuple Fields of ServiceLinkedRoleNotFoundFault
ShardsPerClusterQuotaExceededFault(ShardsPerClusterQuotaExceededFault)Tuple Fields of ShardsPerClusterQuotaExceededFault
An unexpected error, eg. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for UpdateClusterErrorKind
impl Send for UpdateClusterErrorKind
impl Sync for UpdateClusterErrorKind
impl Unpin for UpdateClusterErrorKind
impl !UnwindSafe for UpdateClusterErrorKind
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