The request was rejected because the same certificate is associated to another user under the account.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("DuplicateCertificate")) return null; DuplicateCertificateException e = (DuplicateCertificateException)super.unmarshall(node); return e; }