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.
5428 5429 5430 5431 5432 |
# File 'lib/aws-sdk-glue/types.rb', line 5428 class CrawlerStoppingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |