Class: Aws::CloudFront::Types::OriginRequestPolicyInUse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::OriginRequestPolicyInUse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Cannot delete the origin request policy because it is attached to one or more cache behaviors.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
8489 8490 8491 8492 8493 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8489 class OriginRequestPolicyInUse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |