Enum aws_sdk_dax::error::UpdateClusterErrorKind [−][src]
#[non_exhaustive]
pub enum UpdateClusterErrorKind {
ClusterNotFoundFault(ClusterNotFoundFault),
InvalidClusterStateFault(InvalidClusterStateFault),
InvalidParameterCombinationException(InvalidParameterCombinationException),
InvalidParameterGroupStateFault(InvalidParameterGroupStateFault),
InvalidParameterValueException(InvalidParameterValueException),
ParameterGroupNotFoundFault(ParameterGroupNotFoundFault),
ServiceLinkedRoleNotFoundFault(ServiceLinkedRoleNotFoundFault),
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
ClusterNotFoundFault(ClusterNotFoundFault)
Tuple Fields
The requested cluster ID does not refer to an existing DAX cluster.
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.
ParameterGroupNotFoundFault(ParameterGroupNotFoundFault)
Tuple Fields
The specified parameter group does not exist.
ServiceLinkedRoleNotFoundFault(ServiceLinkedRoleNotFoundFault)
Tuple Fields
The specified service linked role (SLR) was not found.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unexpected error, e.g. 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