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