Class: Aws::Rekognition::Types::DeleteProjectResponse

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

Returns:

  • (String)


1627
1628
1629
1630
1631
# File 'lib/aws-sdk-rekognition/types.rb', line 1627

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