Class: Aws::Rekognition::Types::DeleteCollectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DeleteCollectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status_code ⇒ Integer
HTTP status code that indicates the result of the operation.
Instance Attribute Details
#status_code ⇒ Integer
HTTP status code that indicates the result of the operation.
1552 1553 1554 1555 1556 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1552 class DeleteCollectionResponse < Struct.new( :status_code) SENSITIVE = [] include Aws::Structure end |