Class: Aws::Lambda::Types::EC2ThrottledException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Lambda::Types::EC2ThrottledException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lambda/types.rb
 
Overview
Amazon EC2 throttled Lambda during Lambda function initialization using the execution role provided for the function.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      1622 1623 1624 1625 1626 1627  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 1622 class EC2ThrottledException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
      1622 1623 1624 1625 1626 1627  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 1622 class EC2ThrottledException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  |