Class: Aws::LocationService::Types::BatchDeleteGeofenceError

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb

Overview

Contains error details for each geofence that failed to delete from the geofence collection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::BatchItemError

Contains details associated to the batch error.



286
287
288
289
290
291
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 286

class BatchDeleteGeofenceError < Struct.new(
  :geofence_id,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#geofence_idString

The geofence associated with the error message.

Returns:

  • (String)


286
287
288
289
290
291
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 286

class BatchDeleteGeofenceError < Struct.new(
  :geofence_id,
  :error)
  SENSITIVE = []
  include Aws::Structure
end