Class: Aws::Lambda::Types::ResourceNotReadyException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Lambda::Types::ResourceNotReadyException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lambda/types.rb
 
Overview
The function is inactive and its VPC connection is no longer available. Wait for the VPC connection to reestablish and try again.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The exception message.
 - 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The exception type.
 
Instance Attribute Details
#message ⇒ String
The exception message.
      5734 5735 5736 5737 5738 5739  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 5734 class ResourceNotReadyException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
The exception type.
      5734 5735 5736 5737 5738 5739  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 5734 class ResourceNotReadyException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  |