Class: Aws::Rekognition::Types::StopProjectVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::StopProjectVersionResponse
- 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 stop operation.
Instance Attribute Details
#status ⇒ String
The current status of the stop operation.
7540 7541 7542 7543 7544 |
# File 'lib/aws-sdk-rekognition/types.rb', line 7540 class StopProjectVersionResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |