Struct aws_sdk_sts::error::IdpCommunicationErrorException
source · #[non_exhaustive]pub struct IdpCommunicationErrorException { /* private fields */ }
Expand description
The request could not be fulfilled because the identity provider (IDP) that was asked to verify the incoming identity token could not be reached. This is often a transient error caused by network conditions. Retry the request a limited number of times so that you don't exceed the request rate. If the error persists, the identity provider might be down or not responding.
Implementations§
source§impl IdpCommunicationErrorException
impl IdpCommunicationErrorException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IdpCommunicationErrorException
.
Trait Implementations§
source§impl Clone for IdpCommunicationErrorException
impl Clone for IdpCommunicationErrorException
source§fn clone(&self) -> IdpCommunicationErrorException
fn clone(&self) -> IdpCommunicationErrorException
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 Error for IdpCommunicationErrorException
impl Error for IdpCommunicationErrorException
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<IdpCommunicationErrorException> for IdpCommunicationErrorException
impl PartialEq<IdpCommunicationErrorException> for IdpCommunicationErrorException
source§fn eq(&self, other: &IdpCommunicationErrorException) -> bool
fn eq(&self, other: &IdpCommunicationErrorException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.