@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WAFNonexistentContainerException extends AWSWAFException
The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:
You tried to add a Rule to or delete a Rule from a WebACL that doesn't exist.
You tried to add a ByteMatchSet to or delete a ByteMatchSet from a Rule that
doesn't exist.
You tried to add an IP address to or delete an IP address from an IPSet that doesn't exist.
You tried to add a ByteMatchTuple to or delete a ByteMatchTuple from a
ByteMatchSet that doesn't exist.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
WAFNonexistentContainerException(String message)
Constructs a new WAFNonexistentContainerException with the specified error message.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WAFNonexistentContainerException(String message)
message - Describes the error encountered.