Enum aws_sdk_redshift::error::GetReservedNodeExchangeConfigurationOptionsErrorKind [−][src]
#[non_exhaustive]
pub enum GetReservedNodeExchangeConfigurationOptionsErrorKind {
ClusterNotFoundFault(ClusterNotFoundFault),
ClusterSnapshotNotFoundFault(ClusterSnapshotNotFoundFault),
DependentServiceUnavailableFault(DependentServiceUnavailableFault),
InvalidReservedNodeStateFault(InvalidReservedNodeStateFault),
ReservedNodeAlreadyMigratedFault(ReservedNodeAlreadyMigratedFault),
ReservedNodeNotFoundFault(ReservedNodeNotFoundFault),
ReservedNodeOfferingNotFoundFault(ReservedNodeOfferingNotFoundFault),
UnsupportedOperationFault(UnsupportedOperationFault),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
Types of errors that can occur for the GetReservedNodeExchangeConfigurationOptions
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.
ClusterSnapshotNotFoundFault(ClusterSnapshotNotFoundFault)
Tuple Fields
The snapshot identifier does not refer to an existing cluster snapshot.
DependentServiceUnavailableFault(DependentServiceUnavailableFault)
Your request cannot be completed because a dependent internal service is temporarily unavailable. Wait 30 to 60 seconds and try again.
InvalidReservedNodeStateFault(InvalidReservedNodeStateFault)
Tuple Fields
Indicates that the Reserved Node being exchanged is not in an active state.
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.
UnsupportedOperationFault(UnsupportedOperationFault)
Tuple Fields
The requested operation isn't 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
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