Class: Aws::CloudFront::Types::InvalidForwardCookies

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

Your request contains forward cookies option which doesn’t match with the expectation for the ‘whitelisted` list of cookie names. Either list of cookie names has been specified when not allowed or list of cookie names is missing when expected.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4890
4891
4892
4893
# File 'lib/aws-sdk-cloudfront/types.rb', line 4890

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