Class: Aws::Glue::Types::CrawlerStoppingException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::CrawlerStoppingException
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The specified crawler is stopping.
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.
| 4684 4685 4686 4687 4688 | # File 'lib/aws-sdk-glue/types.rb', line 4684 class CrawlerStoppingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |