@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WAFAssociatedItemException extends AWSWAFV2Exception
WAF couldn’t perform the operation because your resource is being used by another resource or it’s associated with another resource.
For DeleteWebACL, you will only get this exception if the web ACL is still associated with a regional
resource. Deleting a web ACL that is still associated with an Amazon CloudFront distribution won't get this
exception.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
WAFAssociatedItemException(String message)
Constructs a new WAFAssociatedItemException with the specified error message.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WAFAssociatedItemException(String message)
message - Describes the error encountered.Copyright © 2022. All rights reserved.