Class: Aws::Rekognition::Types::DeleteCollectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DeleteCollectionResponse
- Defined in:
- gems/aws-sdk-rekognition/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.
1206 1207 1208 1209 1210 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1206 class DeleteCollectionResponse < Struct.new( :status_code) SENSITIVE = [] include Aws::Structure end |