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.
4140 4141 4142 4143 4144 |
# File 'lib/aws-sdk-glue/types.rb', line 4140 class CrawlerNotRunningException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |