Amazon MSK · JSON Structure

Msk Api Unprocessed Scram Secret Structure

Error info for scram secret associate/disassociate failure.

Type: object Properties: 3
BroadcastingMedia ProcessingMedia

UnprocessedScramSecret is a JSON Structure definition published by Amazon MSK, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ErrorCode ErrorMessage SecretArn

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-unprocessed-scram-secret-structure.json",
  "name": "UnprocessedScramSecret",
  "type": "object",
  "description": "\n            <p>Error info for scram secret associate/disassociate failure.</p>",
  "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>"
        }
      ]
    }
  }
}