Class: Aws::CloudFront::Types::InvalidWebACLId
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::InvalidWebACLId
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
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
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6720 6721 6722 6723 6724 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6720 class InvalidWebACLId < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |