Application Migration Service Export Task Error Data Structure

Data associated with an export task error

Type: record Properties: 0
Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Application Migration Service Export Task Error Data Structure is a JSON Structure definition published by Amazon Application Migration Service. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-data-structure.json",
  "title": "ExportTaskErrorData",
  "description": "Data associated with an export task error",
  "type": "record",
  "fields": {
    "rawError": {
      "type": "string",
      "description": "Raw error message"
    }
  }
}