Amazon MSK · Schema
UnprocessedScramSecret
Error info for scram secret associate/disassociate failure.
BroadcastingMedia ProcessingMedia
Properties
| Name | Type | Description |
|---|---|---|
| ErrorCode | object | |
| ErrorMessage | object | |
| SecretArn | object |
JSON Schema
{
"$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 <p>Error info for scram secret associate/disassociate failure.</p>",
"type": "object",
"properties": {
"ErrorCode": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "errorCode"
},
"description": "\n <p>Error code for associate/disassociate failure.</p>"
}
]
},
"ErrorMessage": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "errorMessage"
},
"description": "\n <p>Error message for associate/disassociate failure.</p>"
}
]
},
"SecretArn": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "secretArn"
},
"description": "\n <p>AWS Secrets Manager secret ARN.</p>"
}
]
}
}
}