Enum aws_sdk_redshift::error::ResizeClusterErrorKind [−][src]
#[non_exhaustive]
pub enum ResizeClusterErrorKind {
Show 16 variants
ClusterNotFoundFault(ClusterNotFoundFault),
DependentServiceUnavailableFault(DependentServiceUnavailableFault),
InsufficientClusterCapacityFault(InsufficientClusterCapacityFault),
InvalidClusterStateFault(InvalidClusterStateFault),
InvalidReservedNodeStateFault(InvalidReservedNodeStateFault),
LimitExceededFault(LimitExceededFault),
NumberOfNodesPerClusterLimitExceededFault(NumberOfNodesPerClusterLimitExceededFault),
NumberOfNodesQuotaExceededFault(NumberOfNodesQuotaExceededFault),
ReservedNodeAlreadyExistsFault(ReservedNodeAlreadyExistsFault),
ReservedNodeAlreadyMigratedFault(ReservedNodeAlreadyMigratedFault),
ReservedNodeNotFoundFault(ReservedNodeNotFoundFault),
ReservedNodeOfferingNotFoundFault(ReservedNodeOfferingNotFoundFault),
UnauthorizedOperation(UnauthorizedOperation),
UnsupportedOperationFault(UnsupportedOperationFault),
UnsupportedOptionFault(UnsupportedOptionFault),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
Types of errors that can occur for the ResizeCluster
operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
ClusterNotFoundFault(ClusterNotFoundFault)
Tuple Fields
The ClusterIdentifier
parameter does not refer to an existing cluster.
DependentServiceUnavailableFault(DependentServiceUnavailableFault)
Your request cannot be completed because a dependent internal service is temporarily unavailable. Wait 30 to 60 seconds and try again.
InsufficientClusterCapacityFault(InsufficientClusterCapacityFault)
Tuple Fields
The number of nodes specified exceeds the allotted capacity of the cluster.
InvalidClusterStateFault(InvalidClusterStateFault)
Tuple Fields
The specified cluster is not in the available
state.
InvalidReservedNodeStateFault(InvalidReservedNodeStateFault)
Tuple Fields
Indicates that the Reserved Node being exchanged is not in an active state.
LimitExceededFault(LimitExceededFault)
Tuple Fields
The encryption key has exceeded its grant limit in Amazon Web Services KMS.
NumberOfNodesPerClusterLimitExceededFault(NumberOfNodesPerClusterLimitExceededFault)
Tuple Fields
The operation would exceed the number of nodes allowed for a cluster.
NumberOfNodesQuotaExceededFault(NumberOfNodesQuotaExceededFault)
Tuple Fields
The operation would exceed the number of nodes allotted to the account. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.
ReservedNodeAlreadyExistsFault(ReservedNodeAlreadyExistsFault)
Tuple Fields
User already has a reservation with the given identifier.
ReservedNodeAlreadyMigratedFault(ReservedNodeAlreadyMigratedFault)
Tuple Fields
Indicates that the reserved node has already been exchanged.
ReservedNodeNotFoundFault(ReservedNodeNotFoundFault)
Tuple Fields
The specified reserved compute node not found.
ReservedNodeOfferingNotFoundFault(ReservedNodeOfferingNotFoundFault)
Tuple Fields
Specified offering does not exist.
UnauthorizedOperation(UnauthorizedOperation)
Tuple Fields
Your account is not authorized to perform the requested operation.
UnsupportedOperationFault(UnsupportedOperationFault)
Tuple Fields
The requested operation isn't supported.
UnsupportedOptionFault(UnsupportedOptionFault)
Tuple Fields
A request option was specified that is not supported.
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 ResizeClusterErrorKind
impl Send for ResizeClusterErrorKind
impl Sync for ResizeClusterErrorKind
impl Unpin for ResizeClusterErrorKind
impl !UnwindSafe for ResizeClusterErrorKind
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