Class: Aws::Glue::Types::ColumnStatisticsTaskNotRunningException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ColumnStatisticsTaskNotRunningException
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
An exception thrown when you try to stop a task run when there is no task running.
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.
3333 3334 3335 3336 3337 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3333 class ColumnStatisticsTaskNotRunningException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |