Class: Aws::LocationService::Types::BatchEvaluateGeofencesError

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 evaluate its position against the geofences in a given geofence collection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_idString

The device associated with the position evaluation error.

Returns:

  • (String)


302
303
304
305
306
307
308
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 302

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

#errorTypes::BatchItemError

Contains details associated to the batch error.



302
303
304
305
306
307
308
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 302

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

#sample_timeTime

Specifies a timestamp for when the error occurred in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

Returns:

  • (Time)


302
303
304
305
306
307
308
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 302

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