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 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
8399 8400 8401 8402 8403 8404 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8399 class SerializedRequestEntityTooLargeException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The error type.
8399 8400 8401 8402 8403 8404 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8399 class SerializedRequestEntityTooLargeException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |