Class: Aws::Glue::Types::MaterializedViewRefreshTaskStoppingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::MaterializedViewRefreshTaskStoppingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Exception thrown when a task is already in stopping state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
21355 21356 21357 21358 21359 |
# File 'lib/aws-sdk-glue/types.rb', line 21355 class MaterializedViewRefreshTaskStoppingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |