Class: Aws::Lambda::Types::RequestTooLargeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::RequestTooLargeException
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
The request payload exceeded the Invoke request body JSON input
quota. For more information, see Lambda quotas.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
8069 8070 8071 8072 8073 8074 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8069 class RequestTooLargeException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
8069 8070 8071 8072 8073 8074 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8069 class RequestTooLargeException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |