Class: Aws::Glue::Errors::SchedulerNotRunningException
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::Glue::Errors::SchedulerNotRunningException
 
- Defined in:
- lib/aws-sdk-glue/errors.rb
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ SchedulerNotRunningException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of SchedulerNotRunningException. 
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SchedulerNotRunningException
Returns a new instance of SchedulerNotRunningException.
| 677 678 679 | # File 'lib/aws-sdk-glue/errors.rb', line 677 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end | 
Instance Method Details
#message ⇒ String
| 682 683 684 | # File 'lib/aws-sdk-glue/errors.rb', line 682 def @message || @data[:message] end |