Serializable
, ToCopyableBuilder<WAFReferencedItemException.Builder,WAFReferencedItemException>
@Generated("software.amazon.awssdk:codegen") public class WAFReferencedItemException extends WAFException implements ToCopyableBuilder<WAFReferencedItemException.Builder,WAFReferencedItemException>
The operation failed because you tried to delete an object that is still in use. For example:
You tried to delete a ByteMatchSet
that is still referenced by a Rule
.
You tried to delete a Rule
that is still referenced by a WebACL
.
Modifier and Type | Class | Description |
---|---|---|
static interface |
WAFReferencedItemException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | Description |
---|---|---|
static WAFReferencedItemException.Builder |
builder() |
|
static Class<? extends WAFReferencedItemException.Builder> |
serializableBuilderClass() |
|
WAFReferencedItemException.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 WAFReferencedItemException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<WAFReferencedItemException.Builder,WAFReferencedItemException>
public static WAFReferencedItemException.Builder builder()
public static Class<? extends WAFReferencedItemException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.