Class: Aws::Glue::Types::CrawlerStoppingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CrawlerStoppingException
- Defined in:
- gems/aws-sdk-glue/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.
4118 4119 4120 4121 4122 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 4118 class CrawlerStoppingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |