Class: Aws::CloudFront::Types::CachePolicyInUse

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

Overview

Cannot delete the cache policy because it is attached to one or more cache behaviors.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


871
872
873
874
875
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 871

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