Class: Aws::IoTFleetHub::Errors::ThrottlingException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ThrottlingException.

Parameters:



123
124
125
# File 'gems/aws-sdk-iotfleethub/lib/aws-sdk-iotfleethub/errors.rb', line 123

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

Instance Method Details

#messageString

Returns:

  • (String)


128
129
130
# File 'gems/aws-sdk-iotfleethub/lib/aws-sdk-iotfleethub/errors.rb', line 128

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