Class: Aws::Rekognition::Types::DeleteProjectVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DeleteProjectVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the deletion operation.
Instance Attribute Details
#status ⇒ String
The status of the deletion operation.
1660 1661 1662 1663 1664 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1660 class DeleteProjectVersionResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |