Class: Aws::Glue::Errors::ResourceNotReadyException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResourceNotReadyException.

Parameters:



647
648
649
# File 'lib/aws-sdk-glue/errors.rb', line 647

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

Instance Method Details

#messageString

Returns:

  • (String)


652
653
654
# File 'lib/aws-sdk-glue/errors.rb', line 652

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