Class: Aws::Lambda::Types::EC2ThrottledException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

#messageString

Returns:

  • (String)


1390
1391
1392
1393
1394
1395
# File 'lib/aws-sdk-lambda/types.rb', line 1390

class EC2ThrottledException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Returns:

  • (String)


1390
1391
1392
1393
1394
1395
# File 'lib/aws-sdk-lambda/types.rb', line 1390

class EC2ThrottledException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end