The output of BatchDeleteGeofenceCommand.

interface BatchDeleteGeofenceCommandOutput {
    $metadata: ResponseMetadata;
    Errors: undefined | BatchDeleteGeofenceError[];
}

Hierarchy (view full)

Properties

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

Errors: undefined | BatchDeleteGeofenceError[]

Contains error details for each geofence that failed to delete.