class Aws::S3::EncryptionV2::Errors::CEKAlgMismatchError

def initialize(*args)

def initialize(*args)
  msg = 'The content encryption algorithm used at encryption time ' \
    'does not match the algorithm stored for decryption time. ' \
    'The object may be altered or corrupted.'
  super(msg)
end