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