Class: Aws::LocationService::Types::BatchDeleteDevicePositionHistoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::BatchDeleteDevicePositionHistoryResponse
- Defined in:
- gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchDeleteDevicePositionHistoryError>
Contains error details for each device history that failed to delete.
Instance Attribute Details
#errors ⇒ Array<Types::BatchDeleteDevicePositionHistoryError>
Contains error details for each device history that failed to delete.
223 224 225 226 227 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 223 class BatchDeleteDevicePositionHistoryResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |