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.
      274 275 276 277 278  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 274 class BatchDeleteGeofenceResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end  |