Class: Aws::Glue::Types::ColumnStatisticsTaskStoppingException

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

Overview

An exception thrown when you try to stop a task run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


2861
2862
2863
2864
2865
# File 'lib/aws-sdk-glue/types.rb', line 2861

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