#[non_exhaustive]
pub enum CreateRegexMatchSetErrorKind {
WafDisallowedNameException(WafDisallowedNameException),
WafInternalErrorException(WafInternalErrorException),
WafLimitsExceededException(WafLimitsExceededException),
WafStaleDataException(WafStaleDataException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}Expand description
Types of errors that can occur for the CreateRegexMatchSet operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
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.
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 CreateRegexMatchSetErrorKind
impl Send for CreateRegexMatchSetErrorKind
impl Sync for CreateRegexMatchSetErrorKind
impl Unpin for CreateRegexMatchSetErrorKind
impl !UnwindSafe for CreateRegexMatchSetErrorKind
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
