Enum rusoto_redshift::RestoreTableFromClusterSnapshotError [] [src]

pub enum RestoreTableFromClusterSnapshotError {
    ClusterNotFoundFault(String),
    ClusterSnapshotNotFoundFault(String),
    InProgressTableRestoreQuotaExceededFault(String),
    InvalidClusterSnapshotStateFault(String),
    InvalidClusterStateFault(String),
    InvalidTableRestoreArgumentFault(String),
    UnsupportedOperationFault(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by RestoreTableFromClusterSnapshot

Variants

The ClusterIdentifier parameter does not refer to an existing cluster.

The snapshot identifier does not refer to an existing cluster snapshot.

You have exceeded the allowed number of table restore requests. Wait for your current table restore requests to complete before making a new request.

The specified cluster snapshot is not in the available state, or other accounts are authorized to access the snapshot.

The specified cluster is not in the available state.

The value specified for the sourceDatabaseName, sourceSchemaName, or sourceTableName parameter, or a combination of these, doesn't exist in the snapshot.

The requested operation isn't supported.

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 RestoreTableFromClusterSnapshotError
[src]

Trait Implementations

impl Debug for RestoreTableFromClusterSnapshotError
[src]

Formats the value using the given formatter.

impl PartialEq for RestoreTableFromClusterSnapshotError
[src]

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

This method tests for !=.

impl From<XmlParseError> for RestoreTableFromClusterSnapshotError
[src]

Performs the conversion.

impl From<CredentialsError> for RestoreTableFromClusterSnapshotError
[src]

Performs the conversion.

impl From<HttpDispatchError> for RestoreTableFromClusterSnapshotError
[src]

Performs the conversion.

impl Display for RestoreTableFromClusterSnapshotError
[src]

Formats the value using the given formatter. Read more

impl Error for RestoreTableFromClusterSnapshotError
[src]

A short description of the error. Read more

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