@Generated(value="software.amazon.awssdk:codegen") public final class WafNonexistentContainerException extends WafException implements ToCopyableBuilder<WafNonexistentContainerException.Builder,WafNonexistentContainerException>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WafNonexistentContainerException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WafNonexistentContainerException.Builder |
builder() |
static Class<? extends WafNonexistentContainerException.Builder> |
serializableBuilderClass() |
WafNonexistentContainerException.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 WafNonexistentContainerException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<WafNonexistentContainerException.Builder,WafNonexistentContainerException>toBuilder in class WafExceptionpublic static WafNonexistentContainerException.Builder builder()
public static Class<? extends WafNonexistentContainerException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.