iam add_user

This commit is contained in:
weisd
2025-01-12 03:29:57 +08:00
parent 0aaef2d9a8
commit 121be5eeda
4 changed files with 38 additions and 3 deletions
+2
View File
@@ -46,6 +46,8 @@ pub enum Error {
#[error("invalid access_key")]
InvalidAccessKey,
#[error("action not allowed")]
IAMActionNotAllowed,
}
pub type Result<T> = std::result::Result<T, Error>;