{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Error", "title": "Error", "type": "object", "description": "An Amazon Connect error response.", "properties": { "message": { "type": "string", "description": "The error message.", "example": "The specified resource was not found." }, "code": { "type": "string", "description": "The error code.", "example": "ResourceNotFoundException" } } }