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
Constructor and Description |
---|
WAFInvalidOperationException(String message)
Constructs a new WAFInvalidOperationException 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 WAFInvalidOperationException(String message)
message
- Describes the error encountered.Copyright © 2015. All rights reserved.