runway.core.providers.aws.s3.exceptions module
AWS S3 exceptions.
- exception runway.core.providers.aws.s3.exceptions.BucketAccessDeniedError[source]
Bases:
runway.exceptions.RunwayError
Access denied to S3 Bucket.
- __init__(bucket: Bucket) None [source]
Instantiate class.
- Parameters
bucket – AWS S3 Bucket object.
- __new__(**kwargs)
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception runway.core.providers.aws.s3.exceptions.BucketNotFoundError[source]
Bases:
runway.exceptions.RunwayError
S3 Bucket not found.
- __init__(bucket: Bucket) None [source]
Instantiate class.
- Parameters
bucket – AWS S3 Bucket object.
- __new__(**kwargs)
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception runway.core.providers.aws.s3.exceptions.S3ObjectDoesNotExistError[source]
Bases:
runway.exceptions.RunwayError
Required S3 object does not exist.
- __new__(**kwargs)
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.