Class: Aws::Glue::Types::MaterializedViewRefreshTaskNotRunningException

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

Overview

Exception thrown when stopping a task that is not in running state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


23033
23034
23035
23036
23037
# File 'lib/aws-sdk-glue/types.rb', line 23033

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