Serializable
, ToCopyableBuilder<WAFNonEmptyEntityException.Builder,WAFNonEmptyEntityException>
@Generated("software.amazon.awssdk:codegen") public class WAFNonEmptyEntityException extends WAFException implements ToCopyableBuilder<WAFNonEmptyEntityException.Builder,WAFNonEmptyEntityException>
The operation failed because you tried to delete an object that isn't empty. For example:
You tried to delete a WebACL
that still contains one or more Rule
objects.
You tried to delete a Rule
that still contains one or more ByteMatchSet
objects or other
predicates.
You tried to delete a ByteMatchSet
that contains one or more ByteMatchTuple
objects.
You tried to delete an IPSet
that references one or more IP addresses.
Modifier and Type | Class | Description |
---|---|---|
static interface |
WAFNonEmptyEntityException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | Description |
---|---|---|
static WAFNonEmptyEntityException.Builder |
builder() |
|
static Class<? extends WAFNonEmptyEntityException.Builder> |
serializableBuilderClass() |
|
WAFNonEmptyEntityException.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 WAFNonEmptyEntityException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<WAFNonEmptyEntityException.Builder,WAFNonEmptyEntityException>
public static WAFNonEmptyEntityException.Builder builder()
public static Class<? extends WAFNonEmptyEntityException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.