Class: Aws::EntityResolution::Errors::ThrottlingException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ThrottlingException.

Parameters:



138
139
140
# File 'lib/aws-sdk-entityresolution/errors.rb', line 138

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

Instance Method Details

#messageString

Returns:

  • (String)


143
144
145
# File 'lib/aws-sdk-entityresolution/errors.rb', line 143

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

#retryable?Boolean

Returns:

  • (Boolean)


147
148
149
# File 'lib/aws-sdk-entityresolution/errors.rb', line 147

def retryable?
  true
end

#throttling?Boolean

Returns:

  • (Boolean)


151
152
153
# File 'lib/aws-sdk-entityresolution/errors.rb', line 151

def throttling?
  true
end