Class: Aws::LocationService::Types::BatchDeleteGeofenceError
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::BatchDeleteGeofenceError
- 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
-
#error ⇒ Types::BatchItemError
Contains details associated to the batch error.
-
#geofence_id ⇒ String
The geofence associated with the error message.
Instance Attribute Details
#error ⇒ Types::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_id ⇒ String
The geofence associated with the error message.
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 |