Amazon DataSync · Schema

Error

Standard error response from the DataSync API.

Data TransferMigrationStorageAutomationHybrid Cloud

Properties

Name Type Description
message string
errorCode string
View JSON Schema on GitHub

JSON Schema

error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-datasync/json-schema/error-schema.json",
  "title": "Error",
  "description": "Standard error response from the DataSync API.",
  "type": "object",
  "properties": {
    "message": {
      "type": "string"
    },
    "errorCode": {
      "type": "string"
    }
  }
}