We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5bc4fd commit 09f7f78Copy full SHA for 09f7f78
DynamoDbEncryption/runtimes/rust/src/intercept.rs
@@ -84,7 +84,6 @@ pub struct DbEsdkInterceptor {
84
impl DbEsdkInterceptor {
85
pub fn new(
86
config: crate::types::dynamo_db_tables_encryption_config::DynamoDbTablesEncryptionConfig,
87
- // ) -> Result<Self, String> {
88
) -> Result<Self, crate::types::error::Error> {
89
let client = crate::client::Client::from_conf(config)?;
90
Ok(DbEsdkInterceptor { client })
0 commit comments