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

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



242
243
244
245
246
247
# File 'lib/aws-sdk-locationservice/types.rb', line 242

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

#geofence_idString

The geofence associated with the error message.

Returns:

  • (String)


242
243
244
245
246
247
# File 'lib/aws-sdk-locationservice/types.rb', line 242

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