Struct aws_config::imds::client::error::BuildError
source · pub struct BuildError { /* private fields */ }
Expand description
Error constructing IMDSv2 Client
Trait Implementations§
source§impl Debug for BuildError
impl Debug for BuildError
source§impl Display for BuildError
impl Display for BuildError
source§impl Error for BuildError
impl Error for BuildError
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 From<InvalidEndpointError> for BuildError
impl From<InvalidEndpointError> for BuildError
source§fn from(err: InvalidEndpointError) -> Self
fn from(err: InvalidEndpointError) -> Self
Converts to this type from the input type.