pub enum ListRuleGroupsError {
WAFInternalError(String),
}Expand description
Errors returned by ListRuleGroups
Variants§
WAFInternalError(String)
The operation failed because of a system problem, even though the request was valid. Retry your request.
Implementations§
Source§impl ListRuleGroupsError
impl ListRuleGroupsError
pub fn from_response( res: BufferedHttpResponse, ) -> RusotoError<ListRuleGroupsError>
Trait Implementations§
Source§impl Debug for ListRuleGroupsError
impl Debug for ListRuleGroupsError
Source§impl Display for ListRuleGroupsError
impl Display for ListRuleGroupsError
Source§impl Error for ListRuleGroupsError
impl Error for ListRuleGroupsError
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()
Source§impl PartialEq for ListRuleGroupsError
impl PartialEq for ListRuleGroupsError
impl StructuralPartialEq for ListRuleGroupsError
Auto Trait Implementations§
impl Freeze for ListRuleGroupsError
impl RefUnwindSafe for ListRuleGroupsError
impl Send for ListRuleGroupsError
impl Sync for ListRuleGroupsError
impl Unpin for ListRuleGroupsError
impl UnwindSafe for ListRuleGroupsError
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