Struct aws_config::ecs::InvalidFullUriError
source · pub struct InvalidFullUriError { /* private fields */ }
Expand description
Invalid Full URI
When the full URI setting is used, the URI must either be HTTPS or point to a loopback interface.
Trait Implementations§
source§impl Debug for InvalidFullUriError
impl Debug for InvalidFullUriError
source§impl Display for InvalidFullUriError
impl Display for InvalidFullUriError
source§impl Error for InvalidFullUriError
impl Error for InvalidFullUriError
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()