Class: Aws::LocationService::Types::BatchGetDevicePositionError

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

Overview

Contains error details for each device that didn't return a position.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_idString

The ID of the device that didn't return a position.

Returns:

  • (String)


354
355
356
357
358
359
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 354

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

#errorTypes::BatchItemError

Contains details related to the error code.



354
355
356
357
358
359
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 354

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