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

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

Returns:

  • (String)


1597
1598
1599
1600
1601
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1597

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