AWS services or capabilities described in AWS Documentation may vary by region/location. Click
Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Class: Aws::Lambda::Types::EC2ThrottledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::EC2ThrottledException
show all
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
AWS 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
1385
1386
1387
1388
1389
1390
|
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1385
class EC2ThrottledException < Struct.new(
:type,
:message)
SENSITIVE = []
include Aws::Structure
end
|
#type ⇒ String
1385
1386
1387
1388
1389
1390
|
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1385
class EC2ThrottledException < Struct.new(
:type,
:message)
SENSITIVE = []
include Aws::Structure
end
|