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 quota. For more information, see [Lambda quotas].
[1]: docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      5658 5659 5660 5661 5662 5663  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 5658 class RequestTooLargeException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
      5658 5659 5660 5661 5662 5663  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 5658 class RequestTooLargeException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  |