Class: Aws::CloudFront::Types::ResponseHeadersPolicyInUse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ResponseHeadersPolicyInUse
- 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
#message ⇒ String
9852 9853 9854 9855 9856 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9852 class ResponseHeadersPolicyInUse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |