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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/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)


7229
7230
7231
7232
7233
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7229

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