class Aws::SnowDeviceManagement::Errors::ThrottlingException

Public Class Methods

new(context, message, data = Aws::EmptyStructure.new) click to toggle source

@param [Seahorse::Client::RequestContext] context @param [String] message @param [Aws::SnowDeviceManagement::Types::ThrottlingException] data

Calls superclass method
# File lib/aws-sdk-snowdevicemanagement/errors.rb, line 112
def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Public Instance Methods

message() click to toggle source

@return [String]

# File lib/aws-sdk-snowdevicemanagement/errors.rb, line 117
def message
  @message || @data[:message]
end
retryable?() click to toggle source
# File lib/aws-sdk-snowdevicemanagement/errors.rb, line 121
def retryable?
  true
end
throttling?() click to toggle source
# File lib/aws-sdk-snowdevicemanagement/errors.rb, line 125
def throttling?
  true
end