Class: Aws::Lambda::Types::SerializedRequestEntityTooLargeException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb

Overview

The processed request payload exceeded the Invoke request body size limit for asynchronous invocations. While the event payload may be under 1 MB, the size after internal serialization exceeds the maximum allowed size for asynchronous invocations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6173
6174
6175
6176
6177
6178
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6173

class SerializedRequestEntityTooLargeException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The error type.

Returns:

  • (String)


6173
6174
6175
6176
6177
6178
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6173

class SerializedRequestEntityTooLargeException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end