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

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-lambda/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:



226
227
228
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 226

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

Instance Method Details

#messageString

Returns:

  • (String)


236
237
238
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 236

def message
  @message || @data[:message]
end

#typeString

Returns:

  • (String)


231
232
233
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 231

def type
  @data[:type]
end