Class: Aws::CloudFront::Types::CachePolicyAlreadyExists

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

Overview

A cache policy with this name already exists. You must provide a unique name. To modify an existing cache policy, use UpdateCachePolicy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


688
689
690
691
692
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 688

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