#[non_exhaustive]pub struct Ec2InstanceTypeInvalidException { /* private fields */ }
Expand description
The instance type is not supported for connecting via the serial console. Only Nitro instance types are currently supported.
Implementations
sourceimpl Ec2InstanceTypeInvalidException
impl Ec2InstanceTypeInvalidException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Ec2InstanceTypeInvalidException
.
Trait Implementations
sourceimpl Clone for Ec2InstanceTypeInvalidException
impl Clone for Ec2InstanceTypeInvalidException
sourcefn clone(&self) -> Ec2InstanceTypeInvalidException
fn clone(&self) -> Ec2InstanceTypeInvalidException
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 Error for Ec2InstanceTypeInvalidException
impl Error for Ec2InstanceTypeInvalidException
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<Ec2InstanceTypeInvalidException> for Ec2InstanceTypeInvalidException
impl PartialEq<Ec2InstanceTypeInvalidException> for Ec2InstanceTypeInvalidException
sourcefn eq(&self, other: &Ec2InstanceTypeInvalidException) -> bool
fn eq(&self, other: &Ec2InstanceTypeInvalidException) -> bool
impl StructuralPartialEq for Ec2InstanceTypeInvalidException
Auto Trait Implementations
impl RefUnwindSafe for Ec2InstanceTypeInvalidException
impl Send for Ec2InstanceTypeInvalidException
impl Sync for Ec2InstanceTypeInvalidException
impl Unpin for Ec2InstanceTypeInvalidException
impl UnwindSafe for Ec2InstanceTypeInvalidException
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