Class: Aws::LookoutforVision::Types::StopModelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::StopModelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutforvision/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the model.
Instance Attribute Details
#status ⇒ String
The status of the model.
1861 1862 1863 1864 1865 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 1861 class StopModelResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |