Class: Aws::CloudFront::Types::ResponseHeadersPolicyInUse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ResponseHeadersPolicyInUse
- Defined in:
- gems/aws-sdk-cloudfront/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
#message ⇒ String
10749 10750 10751 10752 10753 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10749 class ResponseHeadersPolicyInUse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |