Class: Aws::CloudFront::Types::ResponseHeadersPolicyAlreadyExists

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

Overview

A response headers policy with this name already exists. You must provide a unique name. To modify an existing response headers policy, use ‘UpdateResponseHeadersPolicy`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9865
9866
9867
9868
9869
# File 'lib/aws-sdk-cloudfront/types.rb', line 9865

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