Class: Aws::CloudFront::Errors::ResponseHeadersPolicyAlreadyExists
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudFront::Errors::ResponseHeadersPolicyAlreadyExists
- Defined in:
- lib/aws-sdk-cloudfront/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResponseHeadersPolicyAlreadyExists
constructor
A new instance of ResponseHeadersPolicyAlreadyExists.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResponseHeadersPolicyAlreadyExists
Returns a new instance of ResponseHeadersPolicyAlreadyExists.
1527 1528 1529 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1527 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1532 1533 1534 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1532 def @message || @data[:message] end |