Class InvalidRequestException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<InvalidRequestException.Builder,InvalidRequestException>

@Generated("software.amazon.awssdk:codegen") public final class InvalidRequestException extends S3Exception implements ToCopyableBuilder<InvalidRequestException.Builder,InvalidRequestException>

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.

See Also: