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)


6702
6703
6704
6705
6706
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6702

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