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.



244
245
246
247
248
249
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 244

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

#geofence_idString

The geofence associated with the error message.

Returns:

  • (String)


244
245
246
247
248
249
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 244

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