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:



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

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

Instance Method Details

#messageString

Returns:

  • (String)


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

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