The request was rejected because it attempted to create a resource that already exists.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("EntityAlreadyExists")) return null; EntityAlreadyExistsException e = (EntityAlreadyExistsException)super.unmarshall(node); return e; }