Struct aws_sdk_chime::types::UserError
source · #[non_exhaustive]pub struct UserError { /* private fields */ }Expand description
The list of errors returned when errors are encountered during the BatchSuspendUser, BatchUnsuspendUser, or BatchUpdateUser actions. This includes user IDs, error codes, and error messages.
Implementations§
Trait Implementations§
source§impl PartialEq<UserError> for UserError
impl PartialEq<UserError> for UserError
impl StructuralPartialEq for UserError
Auto Trait Implementations§
impl RefUnwindSafe for UserError
impl Send for UserError
impl Sync for UserError
impl Unpin for UserError
impl UnwindSafe for UserError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more