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
1638 1639 1640 1641 1642 1643 |
# File 'lib/aws-sdk-lambda/types.rb', line 1638 class EC2ThrottledException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
1638 1639 1640 1641 1642 1643 |
# File 'lib/aws-sdk-lambda/types.rb', line 1638 class EC2ThrottledException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |