Class: Aws::IoT::Errors::IndexNotReadyException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of IndexNotReadyException.

Parameters:



170
171
172
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/errors.rb', line 170

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

Instance Method Details

#messageString

Returns:

  • (String)


175
176
177
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/errors.rb', line 175

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