Class: Aws::Rekognition::Types::DeleteProjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DeleteProjectResponse
- Includes:
- Structure
- Defined in:
- 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.
1639 1640 1641 1642 1643 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1639 class DeleteProjectResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |