Struct aws_sdk_ssm::error::InvocationDoesNotExist
source · #[non_exhaustive]pub struct InvocationDoesNotExist { /* private fields */ }
Expand description
The command ID and managed node ID you specified didn't match any invocations. Verify the command ID and the managed node ID and try again.
Implementations§
source§impl InvocationDoesNotExist
impl InvocationDoesNotExist
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvocationDoesNotExist
.
Trait Implementations§
source§impl Clone for InvocationDoesNotExist
impl Clone for InvocationDoesNotExist
source§fn clone(&self) -> InvocationDoesNotExist
fn clone(&self) -> InvocationDoesNotExist
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InvocationDoesNotExist
impl Debug for InvocationDoesNotExist
source§impl Display for InvocationDoesNotExist
impl Display for InvocationDoesNotExist
source§impl Error for InvocationDoesNotExist
impl Error for InvocationDoesNotExist
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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()