Enum rusoto_cloudformation::UpdateStackSetError [] [src]

pub enum UpdateStackSetError {
    InvalidOperation(String),
    OperationIdAlreadyExists(String),
    OperationInProgress(String),
    StackSetNotFound(String),
    StaleRequest(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by UpdateStackSet

Variants

The specified operation isn't valid.

The specified operation ID already exists.

Another operation is currently in progress for this stack set. Only one operation can be performed for a stack set at a given time.

The specified stack set doesn't exist.

Another operation has been performed on this stack set since the specified operation was performed.

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

Trait Implementations

impl Debug for UpdateStackSetError
[src]

[src]

Formats the value using the given formatter.

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

[src]

Performs the conversion.

impl From<CredentialsError> for UpdateStackSetError
[src]

[src]

Performs the conversion.

impl From<HttpDispatchError> for UpdateStackSetError
[src]

[src]

Performs the conversion.

impl From<Error> for UpdateStackSetError
[src]

[src]

Performs the conversion.

impl Display for UpdateStackSetError
[src]

[src]

Formats the value using the given formatter. Read more

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