Class: Aws::CloudFront::Errors::TooManyResponseHeadersPolicies
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudFront::Errors::TooManyResponseHeadersPolicies
- Defined in:
- lib/aws-sdk-cloudfront/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyResponseHeadersPolicies
constructor
A new instance of TooManyResponseHeadersPolicies.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyResponseHeadersPolicies
Returns a new instance of TooManyResponseHeadersPolicies.
2337 2338 2339 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 2337 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
2342 2343 2344 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 2342 def @message || @data[:message] end |