One or more specified security groups do not exist.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InvalidSecurityGroup")) return null; InvalidSecurityGroupException e = (InvalidSecurityGroupException)super.unmarshall(node); return e; }