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
Instance Attribute Details
#message ⇒ String
20836 20837 20838 20839 20840 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20836 class MaterializedViewRefreshTaskStoppingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |