Class: Aws::GameLift::Errors::NotReadyException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NotReadyException.

Parameters:



208
209
210
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/errors.rb', line 208

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

Instance Method Details

#messageString

Returns:

  • (String)


213
214
215
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/errors.rb', line 213

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