@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InvalidWebACLIdException extends AmazonCloudFrontException
 A web ACL ID specified is not valid. To specify a web ACL created using the latest version of WAF, use the ACL ARN,
 for example
 arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a.
 To specify a web ACL created using WAF Classic, use the ACL ID, for example
 473e64fd-f30b-4765-81a0-62ad96dd167a.
 
AmazonServiceException.ErrorType| Constructor and Description | 
|---|
| InvalidWebACLIdException(String message)Constructs a new InvalidWebACLIdException 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 InvalidWebACLIdException(String message)
message - Describes the error encountered.Copyright © 2022. All rights reserved.