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

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
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:



741
742
743
# File 'lib/aws-sdk-glue/errors.rb', line 741

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

Instance Method Details

#messageString

Returns:

  • (String)


746
# File 'lib/aws-sdk-glue/errors.rb', line 746

def message: () -> ::String