The requested subnet is not valid, or not all of the subnets are in the same VPC.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InvalidSubnet")) return null; InvalidSubnetException e = (InvalidSubnetException)super.unmarshall(node); return e; }