Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchPutGeofenceError

import type { BatchPutGeofenceError } from "https://aws-api.deno.dev/v0.3/services/location.ts?docs=full";

Contains error details for each geofence that failed to be stored in a given geofence collection.

interface BatchPutGeofenceError {
GeofenceId: string;
}

§Properties

§

Contains details associated to the batch error.

§
GeofenceId: string
[src]

The geofence associated with the error message.