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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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

#errorTypes::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