Class: Aws::Glue::Types::MaterializedViewRefreshTaskRunningException

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

Overview

Exception thrown when a task is already in running state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


20823
20824
20825
20826
20827
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20823

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