@Generated(value="software.amazon.awssdk:codegen") public final class WafInvalidOperationException extends WafException implements ToCopyableBuilder<WafInvalidOperationException.Builder,WafInvalidOperationException>
The operation failed because there was nothing to do. For example:
You tried to remove a Rule from a WebACL, but the Rule isn't in the specified
WebACL.
You tried to remove an IP address from an IPSet, but the IP address isn't in the specified
IPSet.
You tried to remove a ByteMatchTuple from a ByteMatchSet, but the
ByteMatchTuple isn't in the specified WebACL.
You tried to add a Rule to a WebACL, but the Rule already exists in the
specified WebACL.
You tried to add an IP address to an IPSet, but the IP address already exists in the specified
IPSet.
You tried to add a ByteMatchTuple to a ByteMatchSet, but the ByteMatchTuple
already exists in the specified WebACL.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WafInvalidOperationException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WafInvalidOperationException.Builder |
builder() |
static Class<? extends WafInvalidOperationException.Builder> |
serializableBuilderClass() |
WafInvalidOperationException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException. |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic WafInvalidOperationException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<WafInvalidOperationException.Builder,WafInvalidOperationException>toBuilder in class WafExceptionpublic static WafInvalidOperationException.Builder builder()
public static Class<? extends WafInvalidOperationException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.