Class: Aws::InternetMonitor::Errors::ThrottlingException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ThrottlingException.

Parameters:



181
182
183
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/errors.rb', line 181

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

Instance Method Details

#messageString

Returns:

  • (String)


186
187
188
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/errors.rb', line 186

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

#retryable?Boolean

Returns:

  • (Boolean)


190
191
192
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/errors.rb', line 190

def retryable?
  true
end

#throttling?Boolean

Returns:

  • (Boolean)


194
195
196
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/errors.rb', line 194

def throttling?
  true
end