Class: Aws::Glue::Errors::SchedulerRunningException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of SchedulerRunningException.

Parameters:



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

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

Instance Method Details

#messageString

Returns:

  • (String)


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

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