ExportErrorsRequest

Request to get export errors

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
exportID string Export ID to get errors for
maxResults integer Maximum results to return
nextToken string Pagination token
View JSON Schema on GitHub

JSON Schema

application-migration-service-export-errors-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-schema/application-migration-service-export-errors-request-schema.json",
  "title": "ExportErrorsRequest",
  "description": "Request to get export errors",
  "type": "object",
  "properties": {
    "exportID": {
      "type": "string",
      "description": "Export ID to get errors for"
    },
    "maxResults": {
      "type": "integer",
      "description": "Maximum results to return"
    },
    "nextToken": {
      "type": "string",
      "description": "Pagination token"
    }
  }
}