pub enum DeleteXssMatchSetError {
WAFInternalError(String),
WAFInvalidAccount(String),
WAFNonEmptyEntity(String),
WAFNonexistentItem(String),
WAFReferencedItem(String),
WAFStaleData(String),
}Expand description
Errors returned by DeleteXssMatchSet
Variants§
WAFInternalError(String)
The operation failed because of a system problem, even though the request was valid. Retry your request.
WAFInvalidAccount(String)
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
WAFNonEmptyEntity(String)
The operation failed because you tried to delete an object that isn't empty. For example:
-
You tried to delete a
WebACLthat still contains one or moreRuleobjects. -
You tried to delete a
Rulethat still contains one or moreByteMatchSetobjects or other predicates. -
You tried to delete a
ByteMatchSetthat contains one or moreByteMatchTupleobjects. -
You tried to delete an
IPSetthat references one or more IP addresses.
WAFNonexistentItem(String)
The operation failed because the referenced object doesn't exist.
WAFReferencedItem(String)
The operation failed because you tried to delete an object that is still in use. For example:
-
You tried to delete a
ByteMatchSetthat is still referenced by aRule. -
You tried to delete a
Rulethat is still referenced by aWebACL.
WAFStaleData(String)
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.