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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



272
273
274
275
276
# File 'lib/aws-sdk-locationservice/types.rb', line 272

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