Class: Aws::Glue::Errors::CrawlerNotRunningException
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::Glue::Errors::CrawlerNotRunningException
 
- Defined in:
- lib/aws-sdk-glue/errors.rb
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ CrawlerNotRunningException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of CrawlerNotRunningException. 
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CrawlerNotRunningException
Returns a new instance of CrawlerNotRunningException.
| 222 223 224 | # File 'lib/aws-sdk-glue/errors.rb', line 222 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end | 
Instance Method Details
#message ⇒ String
| 227 228 229 | # File 'lib/aws-sdk-glue/errors.rb', line 227 def @message || @data[:message] end |