Class: Aws::CloudFront::Types::InvalidWebACLId
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::InvalidWebACLId
- Includes:
- Structure
- Defined in:
- 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
6326 6327 6328 6329 6330 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6326 class InvalidWebACLId < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |