Class: Aws::Glue::Types::MaterializedViewRefreshTaskRunningException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::MaterializedViewRefreshTaskRunningException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
23070 23071 23072 23073 23074 |
# File 'lib/aws-sdk-glue/types.rb', line 23070 class MaterializedViewRefreshTaskRunningException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |