Class: Aws::Rekognition::Types::StartProjectVersionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rekognition/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The current running status of the model.

Returns:

  • (String)


7254
7255
7256
7257
7258
# File 'lib/aws-sdk-rekognition/types.rb', line 7254

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