// marshaller understands.
String errorCode = parseErrorCode(node);
if (errorCode == null || !errorCode.equals("InvalidDBSubnetGroupStateFault"))
return null;
InvalidDBSubnetGroupStateException e = (InvalidDBSubnetGroupStateException)super.unmarshall(node);
return e;
}