def get_all_queues_fail_not_403(prefix=''):
     # mock non-auth error
     raise exception.SQSError(500, None, None)
 def get_all_queues_fail_403(prefix=''):
     # mock auth error
     raise exception.SQSError(403, None, None)