if not vpcs:
        return False
    elif len(vpcs) > 1:
        raise SaltInvocationError('Found more than one ID for the VPC peering '
                                  'connection ({0}). Please call this function '