Class: Aws::Lambda::Types::SerializedRequestEntityTooLargeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::SerializedRequestEntityTooLargeException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
The request payload exceeded the maximum allowed size for serialized request entities.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#type ⇒ String
The error type.
Instance Attribute Details
#message ⇒ String
8496 8497 8498 8499 8500 8501 |
# File 'lib/aws-sdk-lambda/types.rb', line 8496 class SerializedRequestEntityTooLargeException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The error type.
8496 8497 8498 8499 8500 8501 |
# File 'lib/aws-sdk-lambda/types.rb', line 8496 class SerializedRequestEntityTooLargeException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |