Class: Aws::Glue::Types::MaterializedViewRefreshTaskStoppingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::MaterializedViewRefreshTaskStoppingException
- Defined in:
- gems/aws-sdk-glue/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
-
#message ⇒ String
A message describing the problem.
Instance Attribute Details
#message ⇒ String
A message describing the problem.
23257 23258 23259 23260 23261 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23257 class MaterializedViewRefreshTaskStoppingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |