Expand description
Error types that Amazon Simple Storage Service can respond with.
Modules§
- Builders
Structs§
The requested bucket name is not available. The bucket namespace is shared by all users of the system. Select a different name and try again.
The bucket you tried to create already exists, and you own it. Amazon S3 returns this error in all Amazon Web Services Regions except in the North Virginia Region. For legacy compatibility, if you re-create an existing bucket that you already own in the North Virginia Region, Amazon S3 returns 200 OK and resets the bucket access control lists (ACLs).
The existing object was created with a different encryption type. Subsequent write requests must include the appropriate encryption parameters in the request or while creating the session.
Object is archived and inaccessible until restored.
If the object you are retrieving is stored in the S3 Glacier Flexible Retrieval storage class, the S3 Glacier Deep Archive storage class, the S3 Intelligent-Tiering Archive Access tier, or the S3 Intelligent-Tiering Deep Archive Access tier, before you can retrieve the object you must first restore a copy using RestoreObject. Otherwise, this operation returns an
InvalidObjectState
error. For information about restoring archived objects, see Restoring Archived Objects in the Amazon S3 User Guide.You may receive this error in multiple cases. Depending on the reason for the error, you may receive one of the messages below:
-
Cannot specify both a write offset value and user-defined object metadata for existing objects.
-
Checksum Type mismatch occurred, expected checksum Type: sha1, actual checksum Type: crc32c.
-
Request body cannot be empty when 'write offset' is specified.
-
The write offset value that you specified does not match the current object size.
The specified bucket does not exist.
The specified key does not exist.
The specified multipart upload does not exist.
The specified content does not exist.
This action is not allowed against this storage tier.
The source object of the COPY action is not in the active tier and is only stored in Amazon S3 Glacier.
You have attempted to add more parts than the maximum of 10000 that are allowed for this object. You can use the CopyObject operation to copy this object to another and then add more data to the newly copied object.
Enums§
- Error type for the
SelectObjectContentEventStreamError
operation.