Class: Aws::Connect::Errors::ThrottlingException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-connect/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ThrottlingException.

Parameters:



412
413
414
# File 'lib/aws-sdk-connect/errors.rb', line 412

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

Instance Method Details

#messageString

Returns:

  • (String)


417
418
419
# File 'lib/aws-sdk-connect/errors.rb', line 417

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