This is returned when you cannot delete a launch configuration or Auto Scaling group because it is being used.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("ResourceInUse")) return null; ResourceInUseException e = (ResourceInUseException)super.unmarshall(node); return e; }