Class: Aws::CloudFront::Types::InvalidWebACLId

Inherits:
Struct
  • Object
show all
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 AWS 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 AWS WAF Classic, use the ACL ID, for example `473e64fd-f30b-4765-81a0-62ad96dd167a`.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5264
5265
5266
5267
# File 'lib/aws-sdk-cloudfront/types.rb', line 5264

class InvalidWebACLId < Struct.new(
  :message)
  include Aws::Structure
end