{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-structure/application-migration-service-export-task-error-structure.json", "title": "ExportTaskError", "description": "An error from a source server export task", "type": "record", "fields": { "errorData": { "type": "string", "description": "errorData" }, "errorDateTime": { "type": "string", "description": "Date/time of the error" } } }