Class: Aws::Glue::Types::CrawlerNotRunningException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CrawlerNotRunningException
- Defined in:
- gems/aws-sdk-glue/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.
4643 4644 4645 4646 4647 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 4643 class CrawlerNotRunningException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |