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
8461 8462 8463 8464 8465 8466 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8461 class SerializedRequestEntityTooLargeException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The error type.
8461 8462 8463 8464 8465 8466 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8461 class SerializedRequestEntityTooLargeException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |