Enum rusoto_config::PutEvaluationsError [] [src]

pub enum PutEvaluationsError {
    InvalidParameterValue(String),
    InvalidResultToken(String),
    NoSuchConfigRule(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by PutEvaluations

Variants

One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.

The specified ResultToken is invalid.

One or more AWS Config rules in the request are invalid. Verify that the rule names are correct and try again.

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

Trait Implementations

impl Debug for PutEvaluationsError
[src]

[src]

Formats the value using the given formatter.

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

[src]

Performs the conversion.

impl From<CredentialsError> for PutEvaluationsError
[src]

[src]

Performs the conversion.

impl From<HttpDispatchError> for PutEvaluationsError
[src]

[src]

Performs the conversion.

impl From<Error> for PutEvaluationsError
[src]

[src]

Performs the conversion.

impl Display for PutEvaluationsError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for PutEvaluationsError
[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