{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/amazon-data-lifecycle-manager/json-structure/error-structure.json", "title": "Error", "description": "Standard error response from the Data Lifecycle Manager API.", "type": "typedMap", "fields": { "message": { "type": "str", "description": "message" }, "code": { "type": "str", "description": "code" }, "requestId": { "type": "str", "description": "requestId" } } }