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
1720 1721 1722 1723 1724 1725 |
# File 'lib/aws-sdk-lambda/types.rb', line 1720 class EC2ThrottledException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
1720 1721 1722 1723 1724 1725 |
# File 'lib/aws-sdk-lambda/types.rb', line 1720 class EC2ThrottledException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |