Enum aws_sdk_waf::error::CreateRuleGroupErrorKind
source ·
[−]#[non_exhaustive]
pub enum CreateRuleGroupErrorKind {
WafBadRequestException(WafBadRequestException),
WafDisallowedNameException(WafDisallowedNameException),
WafInternalErrorException(WafInternalErrorException),
WafLimitsExceededException(WafLimitsExceededException),
WafStaleDataException(WafStaleDataException),
WafTagOperationException(WafTagOperationException),
WafTagOperationInternalErrorException(WafTagOperationInternalErrorException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}Expand description
Types of errors that can occur for the CreateRuleGroup operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
WafBadRequestException(WafBadRequestException)
Tuple Fields
WafDisallowedNameException(WafDisallowedNameException)
Tuple Fields
The name specified is invalid.
WafInternalErrorException(WafInternalErrorException)
Tuple Fields
The operation failed because of a system problem, even though the request was valid. Retry your request.
WafLimitsExceededException(WafLimitsExceededException)
Tuple Fields
The operation exceeds a resource limit, for example, the maximum number of WebACL objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
WafStaleDataException(WafStaleDataException)
Tuple Fields
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
WafTagOperationException(WafTagOperationException)
Tuple Fields
WafTagOperationInternalErrorException(WafTagOperationInternalErrorException)
Tuple Fields
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 CreateRuleGroupErrorKind
impl Send for CreateRuleGroupErrorKind
impl Sync for CreateRuleGroupErrorKind
impl Unpin for CreateRuleGroupErrorKind
impl !UnwindSafe for CreateRuleGroupErrorKind
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
