public class WAFNonEmptyEntityException extends AWSWAFException
The operation failed because you tried to delete an object that isn't empty. For example:
WebACL
that still contains one or more
Rule
objects.Rule
that still contains one or more
ByteMatchSet
objects or other predicates.ByteMatchSet
that contains one or more
ByteMatchTuple
objects.IPSet
that references one or more IP
addresses.AmazonServiceException.ErrorType
Constructor and Description |
---|
WAFNonEmptyEntityException(String message)
Constructs a new WAFNonEmptyEntityException with the specified error
message.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WAFNonEmptyEntityException(String message)
message
- Describes the error encountered.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.