Error response to GetFunctionConfiguration.
GetFunctionConfiguration
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ImageConfigError", "title": "ImageConfigError", "type": "object", "properties": { "ErrorCode": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "Error code." } ] }, "Message": { "allOf": [ { "$ref": "#/components/schemas/SensitiveString" }, { "description": "Error message." } ] } }, "description": "Error response to <code>GetFunctionConfiguration</code>." }