Enum rusoto_redshift::CreateSnapshotCopyGrantError [] [src]

pub enum CreateSnapshotCopyGrantError {
    DependentServiceRequestThrottlingFault(String),
    InvalidTagFault(String),
    LimitExceededFault(String),
    SnapshotCopyGrantAlreadyExistsFault(String),
    SnapshotCopyGrantQuotaExceededFault(String),
    TagLimitExceededFault(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by CreateSnapshotCopyGrant

Variants

The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.

The tag is invalid.

The encryption key has exceeded its grant limit in AWS KMS.

The snapshot copy grant can't be created because a grant with the same name already exists.

The AWS account has exceeded the maximum number of snapshot copy grants in this region.

The request exceeds the limit of 10 tags for the resource.

An error occurred dispatching the HTTP request

An error was encountered with AWS credentials.

A validation error occurred. Details from AWS are provided.

An unknown error occurred. The raw HTTP response is provided.

Methods

impl CreateSnapshotCopyGrantError
[src]

Trait Implementations

impl Debug for CreateSnapshotCopyGrantError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for CreateSnapshotCopyGrantError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl From<XmlParseError> for CreateSnapshotCopyGrantError
[src]

[src]

Performs the conversion.

impl From<CredentialsError> for CreateSnapshotCopyGrantError
[src]

[src]

Performs the conversion.

impl From<HttpDispatchError> for CreateSnapshotCopyGrantError
[src]

[src]

Performs the conversion.

impl From<Error> for CreateSnapshotCopyGrantError
[src]

[src]

Performs the conversion.

impl Display for CreateSnapshotCopyGrantError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for CreateSnapshotCopyGrantError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more