Class: Aws::LocationService::Types::BatchDeleteDevicePositionHistoryResponse

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::BatchDeleteDevicePositionHistoryError>

Contains error details for each device history that failed to delete.



225
226
227
228
229
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 225

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