Class: Aws::Glue::Types::CrawlerRunningException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

The operation cannot be performed because the crawler is already running.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


3826
3827
3828
3829
3830
# File 'lib/aws-sdk-glue/types.rb', line 3826

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