Class: Aws::LocationService::Types::BatchUpdateDevicePositionError

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

Overview

Contains error details for each device that failed to update its position.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_idString

The device associated with the failed location update.

Returns:

  • (String)


574
575
576
577
578
579
580
# File 'lib/aws-sdk-locationservice/types.rb', line 574

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

#errorTypes::BatchItemError

Contains details related to the error code such as the error code and error message.



574
575
576
577
578
579
580
# File 'lib/aws-sdk-locationservice/types.rb', line 574

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

#sample_timeTime

The timestamp at which the device position was determined. Uses [ ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.

[1]: www.iso.org/iso-8601-date-and-time-format.html

Returns:

  • (Time)


574
575
576
577
578
579
580
# File 'lib/aws-sdk-locationservice/types.rb', line 574

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