Struct aws_sdk_ssm::error::InvalidResourceType
source · [−]#[non_exhaustive]pub struct InvalidResourceType { /* private fields */ }
Expand description
The resource type isn't valid. For example, if you are attempting to tag an EC2 instance, the instance must be a registered managed node.
Implementations
sourceimpl InvalidResourceType
impl InvalidResourceType
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidResourceType
.
Trait Implementations
sourceimpl Clone for InvalidResourceType
impl Clone for InvalidResourceType
sourcefn clone(&self) -> InvalidResourceType
fn clone(&self) -> InvalidResourceType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for InvalidResourceType
impl Debug for InvalidResourceType
sourceimpl Display for InvalidResourceType
impl Display for InvalidResourceType
sourceimpl Error for InvalidResourceType
impl Error for InvalidResourceType
1.30.0 · sourcefn 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 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
sourceimpl PartialEq<InvalidResourceType> for InvalidResourceType
impl PartialEq<InvalidResourceType> for InvalidResourceType
sourcefn eq(&self, other: &InvalidResourceType) -> bool
fn eq(&self, other: &InvalidResourceType) -> bool
impl StructuralPartialEq for InvalidResourceType
Auto Trait Implementations
impl RefUnwindSafe for InvalidResourceType
impl Send for InvalidResourceType
impl Sync for InvalidResourceType
impl Unpin for InvalidResourceType
impl UnwindSafe for InvalidResourceType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more