Class: Aws::Rekognition::Types::DeleteProjectVersionResponse

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 status of the deletion operation.

Returns:

  • (String)


1618
1619
1620
1621
1622
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1618

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