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
5842 5843 5844 5845 5846 5847 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5842 class RequestTooLargeException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
5842 5843 5844 5845 5846 5847 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5842 class RequestTooLargeException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |