pub enum ListRegexMatchSetsError {
WAFInternalError(String),
WAFInvalidAccount(String),
}Expand description
Errors returned by ListRegexMatchSets
Variants§
WAFInternalError(String)
The operation failed because of a system problem, even though the request was valid. Retry your request.
WAFInvalidAccount(String)
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
Implementations§
Source§impl ListRegexMatchSetsError
impl ListRegexMatchSetsError
pub fn from_response( res: BufferedHttpResponse, ) -> RusotoError<ListRegexMatchSetsError>
Trait Implementations§
Source§impl Debug for ListRegexMatchSetsError
impl Debug for ListRegexMatchSetsError
Source§impl Display for ListRegexMatchSetsError
impl Display for ListRegexMatchSetsError
Source§impl Error for ListRegexMatchSetsError
impl Error for ListRegexMatchSetsError
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 ListRegexMatchSetsError
impl PartialEq for ListRegexMatchSetsError
impl StructuralPartialEq for ListRegexMatchSetsError
Auto Trait Implementations§
impl Freeze for ListRegexMatchSetsError
impl RefUnwindSafe for ListRegexMatchSetsError
impl Send for ListRegexMatchSetsError
impl Sync for ListRegexMatchSetsError
impl Unpin for ListRegexMatchSetsError
impl UnwindSafe for ListRegexMatchSetsError
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