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

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


352
353
354
355
356
357
# File 'lib/aws-sdk-locationservice/types.rb', line 352

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

#errorTypes::BatchItemError

Contains details related to the error code.



352
353
354
355
356
357
# File 'lib/aws-sdk-locationservice/types.rb', line 352

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