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