class AWS::S3::Errors::IncorrectClientSideEncryptionKey
key is incorrect.
side encryption key in it’s encrypted form before finding if the
This error is special, because S3 must first retrieve the client
def initialize(msg)
def initialize(msg) super("", "", "IncorrectClientSideEncryptionKey", msg) end