Serializable
, ToCopyableBuilder<WAFNonexistentContainerException.Builder,WAFNonexistentContainerException>
@Generated("software.amazon.awssdk:codegen") public 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 | Description |
---|---|---|
static interface |
WAFNonexistentContainerException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | Description |
---|---|---|
static WAFNonexistentContainerException.Builder |
builder() |
|
static Class<? extends WAFNonexistentContainerException.Builder> |
serializableBuilderClass() |
|
WAFNonexistentContainerException.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
isRetryable
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WAFNonexistentContainerException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<WAFNonexistentContainerException.Builder,WAFNonexistentContainerException>
public static WAFNonexistentContainerException.Builder builder()
public static Class<? extends WAFNonexistentContainerException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.