Enum rusoto_redshift::PurchaseReservedNodeOfferingError [] [src]

pub enum PurchaseReservedNodeOfferingError {
    ReservedNodeAlreadyExistsFault(String),
    ReservedNodeOfferingNotFoundFault(String),
    ReservedNodeQuotaExceededFault(String),
    UnsupportedOperationFault(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by PurchaseReservedNodeOffering

Variants

User already has a reservation with the given identifier.

Specified offering does not exist.

Request would exceed the user's compute node quota. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

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

Trait Implementations

impl Debug for PurchaseReservedNodeOfferingError
[src]

Formats the value using the given formatter.

impl PartialEq for PurchaseReservedNodeOfferingError
[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 PurchaseReservedNodeOfferingError
[src]

Performs the conversion.

impl From<CredentialsError> for PurchaseReservedNodeOfferingError
[src]

Performs the conversion.

impl From<HttpDispatchError> for PurchaseReservedNodeOfferingError
[src]

Performs the conversion.

impl Display for PurchaseReservedNodeOfferingError
[src]

Formats the value using the given formatter. Read more

impl Error for PurchaseReservedNodeOfferingError
[src]

A short description of the error. Read more

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