Class EncryptionTypeMismatchException

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

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

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.

See Also: