Error

Standard error response from the Data Lifecycle Manager API.

BackupEBS SnapshotsLifecycle ManagementStorageAutomationCompliance

Properties

Name Type Description
message string
code string
requestId 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-data-lifecycle-manager/json-schema/error-schema.json",
  "title": "Error",
  "description": "Standard error response from the Data Lifecycle Manager API.",
  "type": "object",
  "properties": {
    "message": {
      "type": "string"
    },
    "code": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    }
  }
}