pub enum DeleteFlowDefinitionError {
ResourceNotFound(String),
}
Expand description
Errors returned by DeleteFlowDefinition
Variants§
Implementations§
Source§impl DeleteFlowDefinitionError
impl DeleteFlowDefinitionError
pub fn from_response( res: BufferedHttpResponse, ) -> RusotoError<DeleteFlowDefinitionError>
Trait Implementations§
Source§impl Debug for DeleteFlowDefinitionError
impl Debug for DeleteFlowDefinitionError
Source§impl Display for DeleteFlowDefinitionError
impl Display for DeleteFlowDefinitionError
Source§impl Error for DeleteFlowDefinitionError
impl Error for DeleteFlowDefinitionError
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 DeleteFlowDefinitionError
Auto Trait Implementations§
impl Freeze for DeleteFlowDefinitionError
impl RefUnwindSafe for DeleteFlowDefinitionError
impl Send for DeleteFlowDefinitionError
impl Sync for DeleteFlowDefinitionError
impl Unpin for DeleteFlowDefinitionError
impl UnwindSafe for DeleteFlowDefinitionError
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