Class: Aws::Glue::Types::CrawlerNotRunningException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CrawlerNotRunningException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The specified crawler 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.
2444 2445 2446 2447 2448 |
# File 'lib/aws-sdk-glue/types.rb', line 2444 class CrawlerNotRunningException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |