Class: Aws::LocationService::Types::BatchEvaluateGeofencesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::BatchEvaluateGeofencesError>

Contains error details for each device that failed to evaluate its position against the given geofence collection.



336
337
338
339
340
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 336

class BatchEvaluateGeofencesResponse < Struct.new(
  :errors)
  SENSITIVE = []
  include Aws::Structure
end