Request to get export errors
{ "$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" } } }