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)


1288
1289
1290
1291
1292
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1288

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