Struct aws_sdk_ecs::error::PlatformUnknownException
source · #[non_exhaustive]pub struct PlatformUnknownException { /* private fields */ }Expand description
The specified platform version doesn't exist.
Implementations§
source§impl PlatformUnknownException
impl PlatformUnknownException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PlatformUnknownException.
Trait Implementations§
source§impl Clone for PlatformUnknownException
impl Clone for PlatformUnknownException
source§fn clone(&self) -> PlatformUnknownException
fn clone(&self) -> PlatformUnknownException
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 PlatformUnknownException
impl Debug for PlatformUnknownException
source§impl Display for PlatformUnknownException
impl Display for PlatformUnknownException
source§impl Error for PlatformUnknownException
impl Error for PlatformUnknownException
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()
source§impl PartialEq<PlatformUnknownException> for PlatformUnknownException
impl PartialEq<PlatformUnknownException> for PlatformUnknownException
source§fn eq(&self, other: &PlatformUnknownException) -> bool
fn eq(&self, other: &PlatformUnknownException) -> bool
This method tests for
self and other values to be equal, and is used
by ==.