Enum rusoto_ssm::StartAutomationExecutionError [] [src]

pub enum StartAutomationExecutionError {
    AutomationDefinitionNotFound(String),
    AutomationDefinitionVersionNotFound(String),
    AutomationExecutionLimitExceeded(String),
    InternalServerError(String),
    InvalidAutomationExecutionParameters(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by StartAutomationExecution

Variants

An Automation document with the specified name could not be found.

An Automation document with the specified name and version could not be found.

The number of simultaneously running Automation executions exceeded the allowable limit.

An error occurred on the server side.

The supplied parameters for invoking the specified Automation document are incorrect. For example, they may not match the set of parameters permitted for the specified Automation document.

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

Trait Implementations

impl Debug for StartAutomationExecutionError
[src]

Formats the value using the given formatter.

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

Performs the conversion.

impl From<CredentialsError> for StartAutomationExecutionError
[src]

Performs the conversion.

impl From<HttpDispatchError> for StartAutomationExecutionError
[src]

Performs the conversion.

impl From<Error> for StartAutomationExecutionError
[src]

Performs the conversion.

impl Display for StartAutomationExecutionError
[src]

Formats the value using the given formatter. Read more

impl Error for StartAutomationExecutionError
[src]

A short description of the error. Read more

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