public class WAFReferencedItemException extends AmazonServiceException
The operation failed because you tried to delete an object that is still in use. For example:
ByteMatchSet
that is still referenced
by a Rule
.Rule
that is still referenced by a
WebACL
.AmazonServiceException.ErrorType
Constructor and Description |
---|
WAFReferencedItemException(String message)
Constructs a new WAFReferencedItemException with the specified error
message.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WAFReferencedItemException(String message)
message
- Describes the error encountered.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.