Resource with the name requested already exists.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("AlreadyExistsException")) return null; AlreadyExistsException e = (AlreadyExistsException)super.unmarshall(node); return e; }