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

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

Returns:

  • (String)


1648
1649
1650
1651
1652
# File 'lib/aws-sdk-rekognition/types.rb', line 1648

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