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.
4169 4170 4171 4172 4173 |
# File 'lib/aws-sdk-glue/types.rb', line 4169 class CrawlerStoppingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |