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 in the response body is not valid.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5254
5255
5256
5257
# File 'lib/aws-sdk-cloudfront/types.rb', line 5254

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