sealed trait BucketAccess extends AnyRef

While checking for bucket access those responses are available 1) AccessDenied - User does have permission to perform ListBucket operation, so bucket exits 2) AccessGranted - User doesn't have rights to perform ListBucket but bucket exits 3) NotExists - Bucket doesn't exit

Source
model.scala
See also

https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketHEAD.html

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BucketAccess
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected