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 processed request payload exceeded the Invoke request body size
limit for asynchronous invocations. While the event payload may be
under 1 MB, the size after internal serialization exceeds the maximum
allowed size for asynchronous invocations.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
- 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The error type. 
Instance Attribute Details
#message ⇒ String
| 6173 6174 6175 6176 6177 6178 | # File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6173 class SerializedRequestEntityTooLargeException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end | 
#type ⇒ String
The error type.
| 6173 6174 6175 6176 6177 6178 | # File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6173 class SerializedRequestEntityTooLargeException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |