Class: Aws::Lambda::Errors::RequestTooLargeException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Lambda::Errors::RequestTooLargeException
- Defined in:
- sig/errors.rbs,
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.
863 864 865 |
# File 'lib/aws-sdk-lambda/errors.rb', line 863 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
873 |
# File 'lib/aws-sdk-lambda/errors.rb', line 873
def message: () -> ::String
|
#type ⇒ String
868 |
# File 'lib/aws-sdk-lambda/errors.rb', line 868
def type: () -> ::String
|