Enum aws_sdk_redshift::error::AcceptReservedNodeExchangeErrorKind [−][src]
#[non_exhaustive]
pub enum AcceptReservedNodeExchangeErrorKind {
DependentServiceUnavailableFault(DependentServiceUnavailableFault),
InvalidReservedNodeStateFault(InvalidReservedNodeStateFault),
ReservedNodeAlreadyExistsFault(ReservedNodeAlreadyExistsFault),
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 AcceptReservedNodeExchange
operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
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.
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.
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
impl Send for AcceptReservedNodeExchangeErrorKind
impl Sync for AcceptReservedNodeExchangeErrorKind
impl Unpin for AcceptReservedNodeExchangeErrorKind
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