Class: Aws::LocationService::Types::BatchDeleteGeofenceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::BatchDeleteGeofenceResponse
- Defined in:
- gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchDeleteGeofenceError>
Contains error details for each geofence that failed to delete.
Instance Attribute Details
#errors ⇒ Array<Types::BatchDeleteGeofenceError>
Contains error details for each geofence that failed to delete.
316 317 318 319 320 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 316 class BatchDeleteGeofenceResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |