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)
The specified CIDR block or EC2 security group is already authorized for the specified cluster security group.
Tuple Fields of AuthorizationAlreadyExistsFault
AuthorizationQuotaExceededFault(AuthorizationQuotaExceededFault)
The authorization quota for the cluster security group has been reached.
Tuple Fields of AuthorizationQuotaExceededFault
ClusterSnapshotNotFoundFault(ClusterSnapshotNotFoundFault)
The snapshot identifier does not refer to an existing cluster snapshot.
Tuple Fields of ClusterSnapshotNotFoundFault
DependentServiceRequestThrottlingFault(DependentServiceRequestThrottlingFault)
The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.
Tuple Fields of DependentServiceRequestThrottlingFault
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
LimitExceededFault(LimitExceededFault)
The encryption key has exceeded its grant limit in Amazon Web Services KMS.
Tuple Fields of LimitExceededFault
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