Class: Aws::LocationService::Types::BatchDeleteGeofenceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::BatchDeleteGeofenceResponse
- Includes:
- Structure
- Defined in:
- 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.
272 273 274 275 276 |
# File 'lib/aws-sdk-locationservice/types.rb', line 272 class BatchDeleteGeofenceResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |