Class: Aws::LocationService::Types::BatchDeleteDevicePositionHistoryError

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb

Overview

Contains the tracker resource details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_idString

The ID of the device for this position.

Returns:

  • (String)


188
189
190
191
192
193
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 188

class BatchDeleteDevicePositionHistoryError < Struct.new(
  :device_id,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#errorTypes::BatchItemError

Contains the batch request error details associated with the request.



188
189
190
191
192
193
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 188

class BatchDeleteDevicePositionHistoryError < Struct.new(
  :device_id,
  :error)
  SENSITIVE = []
  include Aws::Structure
end