Class: Aws::Lambda::Errors::RequestTooLargeException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-lambda/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RequestTooLargeException

Returns a new instance of RequestTooLargeException.

Parameters:



863
864
865
# File 'lib/aws-sdk-lambda/errors.rb', line 863

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


873
# File 'lib/aws-sdk-lambda/errors.rb', line 873

def message: () -> ::String

#typeString

Returns:

  • (String)


868
# File 'lib/aws-sdk-lambda/errors.rb', line 868

def type: () -> ::String