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)


9833
9834
9835
9836
9837
# File 'lib/aws-sdk-cloudfront/types.rb', line 9833

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