Class: Aws::Lambda::Errors::RequestTooLargeException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lambda::Errors::RequestTooLargeException
- Defined in:
- gems/aws-sdk-lambda/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.
714 715 716 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 714 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
724 725 726 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 724 def @message || @data[:message] end |
#type ⇒ String
719 720 721 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 719 def type @data[:type] end |