Class: Aws::Lambda::Errors::SerializedRequestEntityTooLargeException

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) ⇒ SerializedRequestEntityTooLargeException

Returns a new instance of SerializedRequestEntityTooLargeException.

Parameters:



1023
1024
1025
# File 'lib/aws-sdk-lambda/errors.rb', line 1023

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

Instance Method Details

#messageString

Returns:

  • (String)


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

def message: () -> ::String

#typeString

Returns:

  • (String)


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

def type: () -> ::String