Struct aws_sdk_ec2instanceconnect::error::AuthException
source · #[non_exhaustive]pub struct AuthException { /* private fields */ }
Expand description
Either your AWS credentials are not valid or you do not have access to the EC2 instance.
Implementations§
source§impl AuthException
impl AuthException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AuthException
.
Trait Implementations§
source§impl Clone for AuthException
impl Clone for AuthException
source§fn clone(&self) -> AuthException
fn clone(&self) -> AuthException
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 AuthException
impl Debug for AuthException
source§impl Display for AuthException
impl Display for AuthException
source§impl Error for AuthException
impl Error for AuthException
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()