Class: Aws::Lambda::Errors::RequestTooLargeException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lambda::Errors::RequestTooLargeException
- Defined in:
- lib/aws-sdk-lambda/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RequestTooLargeException
constructor
A new instance of RequestTooLargeException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RequestTooLargeException
Returns a new instance of RequestTooLargeException.
605 606 607 |
# File 'lib/aws-sdk-lambda/errors.rb', line 605 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
615 616 617 |
# File 'lib/aws-sdk-lambda/errors.rb', line 615 def @message || @data[:message] end |
#type ⇒ String
610 611 612 |
# File 'lib/aws-sdk-lambda/errors.rb', line 610 def type @data[:type] end |