Class: Aws::Lambda::Types::RequestTooLargeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::RequestTooLargeException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
The request payload exceeded the `Invoke` request body JSON input limit. For more information, see [Limits].
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4914 4915 4916 4917 4918 4919 |
# File 'lib/aws-sdk-lambda/types.rb', line 4914 class RequestTooLargeException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
4914 4915 4916 4917 4918 4919 |
# File 'lib/aws-sdk-lambda/types.rb', line 4914 class RequestTooLargeException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |