Class: Aws::CloudFront::Types::ResponseHeadersPolicyInUse

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

Overview

Cannot delete the response headers policy because it is attached to one or more cache behaviors in a CloudFront distribution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


10173
10174
10175
10176
10177
# File 'lib/aws-sdk-cloudfront/types.rb', line 10173

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