Enum aws_sdk_redshift::error::CopyClusterSnapshotErrorKind [−][src]
#[non_exhaustive]
pub enum CopyClusterSnapshotErrorKind {
ClusterSnapshotAlreadyExistsFault(ClusterSnapshotAlreadyExistsFault),
ClusterSnapshotNotFoundFault(ClusterSnapshotNotFoundFault),
ClusterSnapshotQuotaExceededFault(ClusterSnapshotQuotaExceededFault),
InvalidClusterSnapshotStateFault(InvalidClusterSnapshotStateFault),
InvalidRetentionPeriodFault(InvalidRetentionPeriodFault),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
Types of errors that can occur for the CopyClusterSnapshot
operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
ClusterSnapshotAlreadyExistsFault(ClusterSnapshotAlreadyExistsFault)
The value specified as a snapshot identifier is already used by an existing snapshot.
Tuple Fields of ClusterSnapshotAlreadyExistsFault
ClusterSnapshotNotFoundFault(ClusterSnapshotNotFoundFault)
The snapshot identifier does not refer to an existing cluster snapshot.
Tuple Fields of ClusterSnapshotNotFoundFault
ClusterSnapshotQuotaExceededFault(ClusterSnapshotQuotaExceededFault)
The request would result in the user exceeding the allowed number of cluster snapshots.
Tuple Fields of ClusterSnapshotQuotaExceededFault
InvalidClusterSnapshotStateFault(InvalidClusterSnapshotStateFault)
The specified cluster snapshot is not in the available
state, or other
accounts are authorized to access the snapshot.
Tuple Fields of InvalidClusterSnapshotStateFault
InvalidRetentionPeriodFault(InvalidRetentionPeriodFault)
The retention period specified is either in the past or is not a valid value.
The value must be either -1 or an integer between 1 and 3,653.
Tuple Fields of InvalidRetentionPeriodFault
An unexpected error, e.g. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for CopyClusterSnapshotErrorKind
impl Send for CopyClusterSnapshotErrorKind
impl Sync for CopyClusterSnapshotErrorKind
impl Unpin for CopyClusterSnapshotErrorKind
impl !UnwindSafe for CopyClusterSnapshotErrorKind
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