The named Auto Scaling group or launch configuration already exists.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("AlreadyExists")) return null; AlreadyExistsException e = (AlreadyExistsException)super.unmarshall(node); return e; }