Class: Aws::Glue::Errors::SchedulerNotRunningException

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) ⇒ SchedulerNotRunningException

Returns a new instance of SchedulerNotRunningException.

Parameters:



564
565
566
# File 'lib/aws-sdk-glue/errors.rb', line 564

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

Instance Method Details

#messageString

Returns:

  • (String)


569
570
571
# File 'lib/aws-sdk-glue/errors.rb', line 569

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