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