public class WAFNonEmptyEntityException extends AmazonServiceException
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, getMessage, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WAFNonEmptyEntityException(String message)
message - Describes the error encountered.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.