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.
2241 2242 2243 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 2241 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
2246 2247 2248 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 2246 def @message || @data[:message] end |