Class: Aws::LookoutforVision::Types::StopModelResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the model.

Returns:

  • (String)


1861
1862
1863
1864
1865
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1861

class StopModelResponse < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end