Class: Aws::LocationService::Types::BatchPutGeofenceError

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 be stored in a given geofence collection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::BatchItemError

Contains details associated to the batch error.



434
435
436
437
438
439
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 434

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

#geofence_idString

The geofence associated with the error message.

Returns:

  • (String)


434
435
436
437
438
439
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 434

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