public String getResponseRequestId()

in src/main/java/software/amazon/msk/auth/iam/internals/IAMSaslClient.java [186:191]


    public String getResponseRequestId() {
        if (!isComplete()) {
            throw new IllegalStateException("Authentication exchange has not completed");
        }
        return responseRequestId;
    }