genvid.toolbox.NoSuchBucketError

class genvid.toolbox.NoSuchBucketError(bucket_name: str)

Bases: Exception

Customized Exception when bucket does not exists.

Parameters:bucket_name (str) – Bucket name which user is trying to access but does not exits.
    Changed in version 1.20.0:
  • Can be used to throw customized error and catch previously generic

    Value Error was used to throw this kind of error.

class aws.NoSuchBucketError

Implementation of genvid.toolbox.NoSuchBucketError