Enum rusoto_iam::GetCredentialReportError [] [src]

pub enum GetCredentialReportError {
    CredentialReportExpired(String),
    CredentialReportNotPresent(String),
    CredentialReportNotReady(String),
    ServiceFailure(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by GetCredentialReport

Variants

The request was rejected because the most recent credential report has expired. To generate a new credential report, use GenerateCredentialReport. For more information about credential report expiration, see Getting Credential Reports in the IAM User Guide.

The request was rejected because the credential report does not exist. To generate a credential report, use GenerateCredentialReport.

The request was rejected because the credential report is still being generated.

The request processing has failed because of an unknown error, exception or failure.

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

Trait Implementations

impl Debug for GetCredentialReportError
[src]

Formats the value using the given formatter.

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

Performs the conversion.

impl From<CredentialsError> for GetCredentialReportError
[src]

Performs the conversion.

impl From<HttpDispatchError> for GetCredentialReportError
[src]

Performs the conversion.

impl Display for GetCredentialReportError
[src]

Formats the value using the given formatter. Read more

impl Error for GetCredentialReportError
[src]

A short description of the error. Read more

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