Class: Aws::Lambda::Errors::EC2ThrottledException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-lambda/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EC2ThrottledException

Returns a new instance of EC2ThrottledException.

Parameters:



318
319
320
# File 'lib/aws-sdk-lambda/errors.rb', line 318

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


328
# File 'lib/aws-sdk-lambda/errors.rb', line 328

def message: () -> ::String

#typeString

Returns:

  • (String)


323
# File 'lib/aws-sdk-lambda/errors.rb', line 323

def type: () -> ::String