Class: Aws::Glue::Types::CrawlerStoppingException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


3840
3841
3842
3843
3844
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3840

class CrawlerStoppingException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end