Enum rusoto_ssm::DeleteDocumentError [] [src]

pub enum DeleteDocumentError {
    AssociatedInstances(String),
    InternalServerError(String),
    InvalidDocument(String),
    InvalidDocumentOperation(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by DeleteDocument

Variants

You must disassociate a document from all instances before you can delete it.

An error occurred on the server side.

The specified document does not exist.

You attempted to delete a document while it is still shared. You must stop sharing the document before you can delete it.

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

Trait Implementations

impl Debug for DeleteDocumentError
[src]

[src]

Formats the value using the given formatter.

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

[src]

Performs the conversion.

impl From<CredentialsError> for DeleteDocumentError
[src]

[src]

Performs the conversion.

impl From<HttpDispatchError> for DeleteDocumentError
[src]

[src]

Performs the conversion.

impl From<Error> for DeleteDocumentError
[src]

[src]

Performs the conversion.

impl Display for DeleteDocumentError
[src]

[src]

Formats the value using the given formatter. Read more

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