Class: Aws::Glue::Types::MaterializedViewRefreshTaskRunningException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::MaterializedViewRefreshTaskRunningException
- 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
#message ⇒ String
21287 21288 21289 21290 21291 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21287 class MaterializedViewRefreshTaskRunningException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |