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