Class: Aws::Lambda::Types::SerializedRequestEntityTooLargeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::SerializedRequestEntityTooLargeException
- 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
-
#message ⇒ String
-
#type ⇒ String
The error type.
Instance Attribute Details
#message ⇒ String
6216 6217 6218 6219 6220 6221 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6216 class SerializedRequestEntityTooLargeException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The error type.
6216 6217 6218 6219 6220 6221 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6216 class SerializedRequestEntityTooLargeException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |