Class: Aws::LocationService::Types::BatchUpdateDevicePositionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::BatchUpdateDevicePositionResponse
- Defined in:
- gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchUpdateDevicePositionError>
Contains error details for each device that failed to update its position.
Instance Attribute Details
#errors ⇒ Array<Types::BatchUpdateDevicePositionError>
Contains error details for each device that failed to update its position.
607 608 609 610 611 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 607 class BatchUpdateDevicePositionResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |