public class WAFInvalidOperationException extends AmazonServiceException
The operation failed because there was nothing to do. For example:
Rule
from a WebACL
, but
the Rule
isn't in the specified WebACL
.IPSet
, but the IP
address isn't in the specified IPSet
.ByteMatchTuple
from a
ByteMatchSet
, but the ByteMatchTuple
isn't in the
specified WebACL
.Rule
to a WebACL
, but the
Rule
already exists in the specified WebACL
.IPSet
, but the IP
address already exists in the specified IPSet
.ByteMatchTuple
to a
ByteMatchSet
, but the ByteMatchTuple
already exists
in the specified WebACL
.AmazonServiceException.ErrorType
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
WAFInvalidOperationException(java.lang.String message)
Constructs a new WAFInvalidOperationException with the specified error
message.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
private static final long serialVersionUID