DataReplicationError

Replication error details

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
error string Error type
rawError string Raw error message
View JSON Schema on GitHub

JSON Schema

application-migration-service-data-replication-error-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-data-replication-error-schema.json",
  "title": "DataReplicationError",
  "description": "Replication error details",
  "type": "object",
  "properties": {
    "error": {
      "type": "string",
      "description": "Error type"
    },
    "rawError": {
      "type": "string",
      "description": "Raw error message"
    }
  }
}