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