Class: Aws::Lambda::Types::EC2UnexpectedException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Lambda::Types::EC2UnexpectedException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lambda/types.rb
 
Overview
Lambda received an unexpected Amazon EC2 client exception while setting up for the Lambda function.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#ec2_error_code ⇒ String
      1643 1644 1645 1646 1647 1648 1649  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 1643 class EC2UnexpectedException < Struct.new( :type, :message, :ec2_error_code) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
      1643 1644 1645 1646 1647 1648 1649  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 1643 class EC2UnexpectedException < Struct.new( :type, :message, :ec2_error_code) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
      1643 1644 1645 1646 1647 1648 1649  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 1643 class EC2UnexpectedException < Struct.new( :type, :message, :ec2_error_code) SENSITIVE = [] include Aws::Structure end  |