Class: Aws::CloudFront::Errors::TooManyCustomHeadersInResponseHeadersPolicy
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudFront::Errors::TooManyCustomHeadersInResponseHeadersPolicy
- Defined in:
- lib/aws-sdk-cloudfront/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyCustomHeadersInResponseHeadersPolicy
constructor
A new instance of TooManyCustomHeadersInResponseHeadersPolicy.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyCustomHeadersInResponseHeadersPolicy
Returns a new instance of TooManyCustomHeadersInResponseHeadersPolicy.
1736 1737 1738 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1736 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1741 1742 1743 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1741 def @message || @data[:message] end |