Enum rusoto_cloudtrail::ListPublicKeysError [] [src]

pub enum ListPublicKeysError {
    InvalidTimeRange(String),
    InvalidToken(String),
    OperationNotPermitted(String),
    UnsupportedOperation(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by ListPublicKeys

Variants

Occurs if the timestamp values are invalid. Either the start time occurs after the end time or the time range is outside the range of possible values.

Reserved for future use.

This exception is thrown when the requested operation is not permitted.

This exception is thrown when the requested operation is not 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 ListPublicKeysError
[src]

Trait Implementations

impl Debug for ListPublicKeysError
[src]

Formats the value using the given formatter.

impl PartialEq for ListPublicKeysError
[src]

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

This method tests for !=.

impl From<Error> for ListPublicKeysError
[src]

Performs the conversion.

impl From<CredentialsError> for ListPublicKeysError
[src]

Performs the conversion.

impl From<HttpDispatchError> for ListPublicKeysError
[src]

Performs the conversion.

impl Display for ListPublicKeysError
[src]

Formats the value using the given formatter. Read more

impl Error for ListPublicKeysError
[src]

A short description of the error. Read more

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