Searched refs:BucketNotFoundException (Results 1 – 3 of 3) sorted by relevance
610 class BucketNotFoundException(NotFoundException): class614 super(BucketNotFoundException, self).__init__(reason, status=status,
39 from gslib.cloud_api import BucketNotFoundException359 return BucketNotFoundException('%s://%s bucket does not exist.' %
19 from gslib.cloud_api import BucketNotFoundException147 if isinstance(e, BucketNotFoundException):