Enum rusoto_waf::DeleteRuleError [] [src]

pub enum DeleteRuleError {
    WAFInternalError(String),
    WAFInvalidAccount(String),
    WAFNonEmptyEntity(String),
    WAFNonexistentItem(String),
    WAFReferencedItem(String),
    WAFStaleData(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by DeleteRule

Variants

The operation failed because of a system problem, even though the request was valid. Retry your request.

The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.

The operation failed because you tried to delete an object that isn't empty. For example:

  • You tried to delete a WebACL that still contains one or more Rule objects.

  • You tried to delete a Rule that still contains one or more ByteMatchSet objects or other predicates.

  • You tried to delete a ByteMatchSet that contains one or more ByteMatchTuple objects.

  • You tried to delete an IPSet that references one or more IP addresses.

The operation failed because the referenced object doesn't exist.

The operation failed because you tried to delete an object that is still in use. For example:

  • You tried to delete a ByteMatchSet that is still referenced by a Rule.

  • You tried to delete a Rule that is still referenced by a WebACL.

The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.

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

Trait Implementations

impl Debug for DeleteRuleError
[src]

[src]

Formats the value using the given formatter.

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

[src]

Performs the conversion.

impl From<CredentialsError> for DeleteRuleError
[src]

[src]

Performs the conversion.

impl From<HttpDispatchError> for DeleteRuleError
[src]

[src]

Performs the conversion.

impl From<Error> for DeleteRuleError
[src]

[src]

Performs the conversion.

impl Display for DeleteRuleError
[src]

[src]

Formats the value using the given formatter. Read more

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