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

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 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 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 574

class BatchUpdateDevicePositionError < Struct.new(
  :device_id,
  :error,
  :sample_time)
  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 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 574

class BatchUpdateDevicePositionError < Struct.new(
  :device_id,
  :error,
  :sample_time)
  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.

Returns:

  • (Time)


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

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