Expand description
Error types that Amazon Simple Storage Service can respond with.
Modules§
- builders
- Builders
Structs§
- Bucket
Already Exists 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.
- Bucket
Already Owned ByYou 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).
- Encryption
Type Mismatch 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.
- Invalid
Object State 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
InvalidObjectStateerror. For information about restoring archived objects, see Restoring Archived Objects in the Amazon S3 User Guide.- Invalid
Request 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.
-
- Invalid
Write Offset The write offset value that you specified does not match the current object size.
- NoSuch
Bucket The specified bucket does not exist.
- NoSuch
Key The specified key does not exist.
- NoSuch
Upload The specified multipart upload does not exist.
- NotFound
The specified content does not exist.
- Object
Already InActive Tier Error This action is not allowed against this storage tier.
- Object
NotIn Active Tier Error The source object of the COPY action is not in the active tier and is only stored in Amazon S3 Glacier.
- TooMany
Parts 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§
- Select
Object Content Event Stream Error - Error type for the
SelectObjectContentEventStreamErroroperation.