Enum rusoto_sms::GetReplicationRunsError [] [src]

pub enum GetReplicationRunsError {
    InvalidParameter(String),
    MissingRequiredParameter(String),
    UnauthorizedOperation(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by GetReplicationRuns

Variants

A parameter specified in the request is not valid, is unsupported, or cannot be used.

The request is missing a required parameter. Ensure that you have supplied all the required parameters for the request.

This user does not have permissions to perform this operation.

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

Trait Implementations

impl Debug for GetReplicationRunsError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for GetReplicationRunsError
[src]

[src]

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

[src]

This method tests for !=.

impl From<Error> for GetReplicationRunsError
[src]

[src]

Performs the conversion.

impl From<CredentialsError> for GetReplicationRunsError
[src]

[src]

Performs the conversion.

impl From<HttpDispatchError> for GetReplicationRunsError
[src]

[src]

Performs the conversion.

impl From<Error> for GetReplicationRunsError
[src]

[src]

Performs the conversion.

impl Display for GetReplicationRunsError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for GetReplicationRunsError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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