Enum aws_sdk_redshift::error::AuthorizeSnapshotAccessErrorKind [−][src]
#[non_exhaustive]
pub enum AuthorizeSnapshotAccessErrorKind {
AuthorizationAlreadyExistsFault(AuthorizationAlreadyExistsFault),
AuthorizationQuotaExceededFault(AuthorizationQuotaExceededFault),
ClusterSnapshotNotFoundFault(ClusterSnapshotNotFoundFault),
DependentServiceRequestThrottlingFault(DependentServiceRequestThrottlingFault),
InvalidClusterSnapshotStateFault(InvalidClusterSnapshotStateFault),
LimitExceededFault(LimitExceededFault),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
Types of errors that can occur for the AuthorizeSnapshotAccess
operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
AuthorizationAlreadyExistsFault(AuthorizationAlreadyExistsFault)
Tuple Fields
The specified CIDR block or EC2 security group is already authorized for the specified cluster security group.
AuthorizationQuotaExceededFault(AuthorizationQuotaExceededFault)
Tuple Fields
The authorization quota for the cluster security group has been reached.
ClusterSnapshotNotFoundFault(ClusterSnapshotNotFoundFault)
Tuple Fields
The snapshot identifier does not refer to an existing cluster snapshot.
DependentServiceRequestThrottlingFault(DependentServiceRequestThrottlingFault)
Tuple Fields
The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.
InvalidClusterSnapshotStateFault(InvalidClusterSnapshotStateFault)
Tuple Fields
The specified cluster snapshot is not in the available
state, or other accounts are authorized to access the snapshot.
LimitExceededFault(LimitExceededFault)
Tuple Fields
The encryption key has exceeded its grant limit in Amazon Web Services KMS.
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 AuthorizeSnapshotAccessErrorKind
impl Sync for AuthorizeSnapshotAccessErrorKind
impl Unpin for AuthorizeSnapshotAccessErrorKind
impl !UnwindSafe for AuthorizeSnapshotAccessErrorKind
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