Class: Aws::CloudFront::Types::NoSuchResponseHeadersPolicy

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

Overview

The response headers policy does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8088
8089
8090
8091
8092
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 8088

class NoSuchResponseHeadersPolicy < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end