Class: Aws::LocationService::Types::BatchGetDevicePositionError
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::BatchGetDevicePositionError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Contains error details for each device that didn’t return a position.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_id ⇒ String
The ID of the device that didn’t return a position.
-
#error ⇒ Types::BatchItemError
Contains details related to the error code.
Instance Attribute Details
#device_id ⇒ String
The ID of the device that didn’t return a position.
352 353 354 355 356 357 |
# File 'lib/aws-sdk-locationservice/types.rb', line 352 class BatchGetDevicePositionError < Struct.new( :device_id, :error) SENSITIVE = [] include Aws::Structure end |
#error ⇒ Types::BatchItemError
Contains details related to the error code.
352 353 354 355 356 357 |
# File 'lib/aws-sdk-locationservice/types.rb', line 352 class BatchGetDevicePositionError < Struct.new( :device_id, :error) SENSITIVE = [] include Aws::Structure end |