Class: Aws::Glue::Types::ColumnStatisticsTaskRunningException

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

Overview

An exception thrown when you try to start another job while running a column stats generation job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


2847
2848
2849
2850
2851
# File 'lib/aws-sdk-glue/types.rb', line 2847

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