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
Your request cannot be completed because a dependent internal service is temporarily unavailable. Wait 30 to 60 seconds and try again.
InvalidReservedNodeStateFault(InvalidReservedNodeStateFault)
Indicates that the Reserved Node being exchanged is not in an active state.
Tuple Fields of InvalidReservedNodeStateFault
ReservedNodeAlreadyExistsFault(ReservedNodeAlreadyExistsFault)
User already has a reservation with the given identifier.
Tuple Fields of ReservedNodeAlreadyExistsFault
ReservedNodeAlreadyMigratedFault(ReservedNodeAlreadyMigratedFault)
Indicates that the reserved node has already been exchanged.
Tuple Fields of ReservedNodeAlreadyMigratedFault
ReservedNodeNotFoundFault(ReservedNodeNotFoundFault)
The specified reserved compute node not found.
Tuple Fields of ReservedNodeNotFoundFault
ReservedNodeOfferingNotFoundFault(ReservedNodeOfferingNotFoundFault)
Specified offering does not exist.
Tuple Fields of ReservedNodeOfferingNotFoundFault
UnsupportedOperationFault(UnsupportedOperationFault)
The requested operation isn't supported.
Tuple Fields of UnsupportedOperationFault
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