Class: Aws::Glue::Types::SchedulerNotRunningException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::SchedulerNotRunningException
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The specified scheduler is not running.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A message describing the problem. 
Instance Attribute Details
#message ⇒ String
A message describing the problem.
| 22530 22531 22532 22533 22534 | # File 'lib/aws-sdk-glue/types.rb', line 22530 class SchedulerNotRunningException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |