Class: Aws::Glue::Errors::SchedulerRunningException
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::Glue::Errors::SchedulerRunningException
 
- Defined in:
- lib/aws-sdk-glue/errors.rb
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ SchedulerRunningException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of SchedulerRunningException. 
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SchedulerRunningException
Returns a new instance of SchedulerRunningException.
| 692 693 694 | # File 'lib/aws-sdk-glue/errors.rb', line 692 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end | 
Instance Method Details
#message ⇒ String
| 697 698 699 | # File 'lib/aws-sdk-glue/errors.rb', line 697 def @message || @data[:message] end |