pub enum UpdateNotificationRuleError {
ResourceNotFound(String),
}
Expand description
Errors returned by UpdateNotificationRule
Variants§
ResourceNotFound(String)
AWS CodeStar Notifications can't find a resource that matches the provided ARN.
Implementations§
Source§impl UpdateNotificationRuleError
impl UpdateNotificationRuleError
pub fn from_response( res: BufferedHttpResponse, ) -> RusotoError<UpdateNotificationRuleError>
Trait Implementations§
Source§impl Debug for UpdateNotificationRuleError
impl Debug for UpdateNotificationRuleError
Source§impl Error for UpdateNotificationRuleError
impl Error for UpdateNotificationRuleError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
impl StructuralPartialEq for UpdateNotificationRuleError
Auto Trait Implementations§
impl Freeze for UpdateNotificationRuleError
impl RefUnwindSafe for UpdateNotificationRuleError
impl Send for UpdateNotificationRuleError
impl Sync for UpdateNotificationRuleError
impl Unpin for UpdateNotificationRuleError
impl UnwindSafe for UpdateNotificationRuleError
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