Class: Aws::Lambda::Types::InvokeAsyncResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Lambda::Types::InvokeAsyncResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lambda/types.rb
 
Overview
A success response (‘202 Accepted`) indicates that the request is queued for invocation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #status  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status code.
 
Instance Attribute Details
#status ⇒ Integer
The status code.
      3717 3718 3719 3720 3721  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 3717 class InvokeAsyncResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end  |