Class: Aws::LocationService::Types::BatchEvaluateGeofencesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::BatchEvaluateGeofencesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchEvaluateGeofencesError>
Contains error details for each device that failed to evaluate its position against the given geofence collection.
Instance Attribute Details
#errors ⇒ Array<Types::BatchEvaluateGeofencesError>
Contains error details for each device that failed to evaluate its position against the given geofence collection.
334 335 336 337 338 |
# File 'lib/aws-sdk-locationservice/types.rb', line 334 class BatchEvaluateGeofencesResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |