if 'error' in result:
            ret['comment'] = 'Failed to disassociate a usage plan {0} from the apis {1}, {2}'.format(plan_name,
                                                                                                     stages_to_remove,
                                                                                                     result['error'])
            ret['result'] = False