Class: Aws::Rekognition::Types::DeleteProjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DeleteProjectResponse
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The current status of the delete project operation.
Instance Attribute Details
#status ⇒ String
The current status of the delete project operation.
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 |