Application Discovery Service Batch Delete Import Data Response Example

Amazon Application Discovery ServiceMigrationDiscoveryInfrastructure

Application Discovery Service Batch Delete Import Data Response Example is an example object payload from Amazon Application Discovery Service, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

errors

Example Payload

Raw ↑
{
  "errors": [
    {
      "importTaskId": "import-task-500123",
      "errorCode": "NOT_FOUND",
      "errorDescription": "Import task not found"
    }
  ]
}