pub enum TerminateJobFlowsError {
InternalServerError(String),
}
Expand description
Errors returned by TerminateJobFlows
Variants§
InternalServerError(String)
Indicates that an error occurred while processing the request and that the request was not completed.
Implementations§
Source§impl TerminateJobFlowsError
impl TerminateJobFlowsError
pub fn from_response( res: BufferedHttpResponse, ) -> RusotoError<TerminateJobFlowsError>
Trait Implementations§
Source§impl Debug for TerminateJobFlowsError
impl Debug for TerminateJobFlowsError
Source§impl Display for TerminateJobFlowsError
impl Display for TerminateJobFlowsError
Source§impl Error for TerminateJobFlowsError
impl Error for TerminateJobFlowsError
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 TerminateJobFlowsError
impl PartialEq for TerminateJobFlowsError
impl StructuralPartialEq for TerminateJobFlowsError
Auto Trait Implementations§
impl Freeze for TerminateJobFlowsError
impl RefUnwindSafe for TerminateJobFlowsError
impl Send for TerminateJobFlowsError
impl Sync for TerminateJobFlowsError
impl Unpin for TerminateJobFlowsError
impl UnwindSafe for TerminateJobFlowsError
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