Enum aws_sdk_wafv2::error::DeleteRuleGroupErrorKind [−][src]
#[non_exhaustive]
pub enum DeleteRuleGroupErrorKind {
WafAssociatedItemException(WafAssociatedItemException),
WafInternalErrorException(WafInternalErrorException),
WafInvalidOperationException(WafInvalidOperationException),
WafInvalidParameterException(WafInvalidParameterException),
WafNonexistentItemException(WafNonexistentItemException),
WafOptimisticLockException(WafOptimisticLockException),
WafTagOperationException(WafTagOperationException),
WafTagOperationInternalErrorException(WafTagOperationInternalErrorException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
Types of errors that can occur for the DeleteRuleGroup
operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
WafAssociatedItemException(WafAssociatedItemException)
Tuple Fields
WAF couldn’t perform the operation because your resource is being used by another resource or it’s associated with another resource.
WafInternalErrorException(WafInternalErrorException)
Tuple Fields
Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your request.
WafInvalidOperationException(WafInvalidOperationException)
Tuple Fields
The operation isn't valid.
WafInvalidParameterException(WafInvalidParameterException)
Tuple Fields
The operation failed because WAF didn't recognize a parameter in the request. For example:
-
You specified a parameter name or value that isn't valid.
-
Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested.
-
You tried to update a
WebACL
with aDefaultAction
that isn't among the types available at DefaultAction. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.
WafNonexistentItemException(WafNonexistentItemException)
Tuple Fields
WAF couldn’t perform the operation because your resource doesn’t exist.
WafOptimisticLockException(WafOptimisticLockException)
Tuple Fields
WAF couldn’t save your changes because you tried to update or delete a resource that has changed since you last retrieved it. Get the resource again, make any changes you need to make to the new copy, and retry your operation.
WafTagOperationException(WafTagOperationException)
Tuple Fields
An error occurred during the tagging operation. Retry your request.
WafTagOperationInternalErrorException(WafTagOperationInternalErrorException)
Tuple Fields
WAF couldn’t perform your tagging operation because of an internal error. Retry your request.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unexpected error, e.g. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for DeleteRuleGroupErrorKind
impl Send for DeleteRuleGroupErrorKind
impl Sync for DeleteRuleGroupErrorKind
impl Unpin for DeleteRuleGroupErrorKind
impl !UnwindSafe for DeleteRuleGroupErrorKind
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more