genvid.toolbox.BucketRegionNotMatching
- class genvid.toolbox.BucketRegionNotMatching(bucket_name: str, bucket_region: str, desired_region: str)
Bases:
Exception
Raised if the existing bucket region doesn’t match the one specified.
- Parameters:
bucket_name – Name of the bucket
bucket_region – Region of the existing bucket
desired_region – Region specified by the caller.
- class aws.BucketRegionNotMatching
Implementation of
genvid.toolbox.BucketRegionNotMatching