-
- All Implemented Interfaces:
-
java.io.Serializable
public class BucketAlreadyOwnedByYouError extends BucketAlreadyExistsError
BucketAlreadyOwnedByYouThe bucket that you tried to create already exists, and you own it. Amazon S3 returns this error in all AWS Regions except in the US East (N. Virginia) Region (us-east-1). For legacy compatibility, if you re-create an existing bucket that you already own in us-east-1, Amazon S3 returns 200 OK and resets the bucket access control lists (ACLs).
For Amazon S3 on Outposts, the bucket that you tried to create already exists in your Outpost and you own it.
-
-
Constructor Summary
Constructors Constructor Description BucketAlreadyOwnedByYouError(BucketName bucket)BucketAlreadyOwnedByYouError(BucketName bucket, String message)BucketAlreadyOwnedByYouError(BucketName bucket, Throwable cause)BucketAlreadyOwnedByYouError(BucketName bucket, String message, Throwable cause)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.veupathdb.lib.s3.s34k.errors.BucketError
getBucket -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
BucketAlreadyOwnedByYouError
BucketAlreadyOwnedByYouError(BucketName bucket)
-
BucketAlreadyOwnedByYouError
BucketAlreadyOwnedByYouError(BucketName bucket, String message)
-
BucketAlreadyOwnedByYouError
BucketAlreadyOwnedByYouError(BucketName bucket, Throwable cause)
-
BucketAlreadyOwnedByYouError
BucketAlreadyOwnedByYouError(BucketName bucket, String message, Throwable cause)
-
-
-
-