Enum rusoto_redshift::DescribeHsmConfigurationsError [] [src]

pub enum DescribeHsmConfigurationsError {
    HsmConfigurationNotFoundFault(String),
    InvalidTagFault(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by DescribeHsmConfigurations

Variants

There is no Amazon Redshift HSM configuration with the specified identifier.

The tag is invalid.

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

Trait Implementations

impl Debug for DescribeHsmConfigurationsError
[src]

Formats the value using the given formatter.

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

Performs the conversion.

impl From<CredentialsError> for DescribeHsmConfigurationsError
[src]

Performs the conversion.

impl From<HttpDispatchError> for DescribeHsmConfigurationsError
[src]

Performs the conversion.

impl Display for DescribeHsmConfigurationsError
[src]

Formats the value using the given formatter. Read more

impl Error for DescribeHsmConfigurationsError
[src]

A short description of the error. Read more

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