public class WAFNonexistentContainerException extends AmazonServiceException
The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:
Rule
to or delete a Rule
from a WebACL
that doesn't exist.ByteMatchSet
to or delete a
ByteMatchSet
from a Rule
that doesn't exist.IPSet
that doesn't exist.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, getMessage, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WAFNonexistentContainerException(String message)
message
- Describes the error encountered.Copyright © 2015. All rights reserved.