@Generated(value="software.amazon.awssdk:codegen") public final class InvalidWebAclIdException extends CloudFrontException implements ToCopyableBuilder<InvalidWebAclIdException.Builder,InvalidWebAclIdException>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InvalidWebAclIdException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InvalidWebAclIdException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends InvalidWebAclIdException.Builder> |
serializableBuilderClass() |
InvalidWebAclIdException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic InvalidWebAclIdException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InvalidWebAclIdException.Builder,InvalidWebAclIdException>toBuilder in class CloudFrontExceptionpublic static InvalidWebAclIdException.Builder builder()
public static Class<? extends InvalidWebAclIdException.Builder> serializableBuilderClass()
Copyright © 2021. All rights reserved.