Class: Aws::LocationService::Types::BatchDeleteDevicePositionHistoryError
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::BatchDeleteDevicePositionHistoryError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Contains the tracker resource details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_id ⇒ String
The ID of the device for this position.
-
#error ⇒ Types::BatchItemError
Contains the batch request error details associated with the request.
Instance Attribute Details
#device_id ⇒ String
The ID of the device for this position.
186 187 188 189 190 191 |
# File 'lib/aws-sdk-locationservice/types.rb', line 186 class BatchDeleteDevicePositionHistoryError < Struct.new( :device_id, :error) SENSITIVE = [] include Aws::Structure end |
#error ⇒ Types::BatchItemError
Contains the batch request error details associated with the request.
186 187 188 189 190 191 |
# File 'lib/aws-sdk-locationservice/types.rb', line 186 class BatchDeleteDevicePositionHistoryError < Struct.new( :device_id, :error) SENSITIVE = [] include Aws::Structure end |