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:



677
678
679
# File 'lib/aws-sdk-glue/errors.rb', line 677

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

Instance Method Details

#messageString

Returns:

  • (String)


682
683
684
# File 'lib/aws-sdk-glue/errors.rb', line 682

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