{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-schema/msk-api-unprocessed-scram-secret-schema.json", "title": "UnprocessedScramSecret", "description": "\n
Error info for scram secret associate/disassociate failure.
", "type": "object", "properties": { "ErrorCode": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "errorCode" }, "description": "\nError code for associate/disassociate failure.
" } ] }, "ErrorMessage": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "errorMessage" }, "description": "\nError message for associate/disassociate failure.
" } ] }, "SecretArn": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "secretArn" }, "description": "\nAWS Secrets Manager secret ARN.
" } ] } } }