Class: Aws::LocationService::Types::BatchDeleteGeofenceResponse

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

Contains error details for each geofence that failed to delete.



274
275
276
277
278
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 274

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