Struct aws_sdk_sts::error::RegionDisabledException
source · #[non_exhaustive]pub struct RegionDisabledException { /* private fields */ }
Expand description
STS is not activated in the requested region for the account that is being asked to generate credentials. The account administrator must use the IAM console to activate STS in that region. For more information, see Activating and Deactivating Amazon Web Services STS in an Amazon Web Services Region in the IAM User Guide.
Implementations§
source§impl RegionDisabledException
impl RegionDisabledException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RegionDisabledException
.
Trait Implementations§
source§impl Clone for RegionDisabledException
impl Clone for RegionDisabledException
source§fn clone(&self) -> RegionDisabledException
fn clone(&self) -> RegionDisabledException
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 RegionDisabledException
impl Debug for RegionDisabledException
source§impl Display for RegionDisabledException
impl Display for RegionDisabledException
source§impl Error for RegionDisabledException
impl Error for RegionDisabledException
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<RegionDisabledException> for RegionDisabledException
impl PartialEq<RegionDisabledException> for RegionDisabledException
source§fn eq(&self, other: &RegionDisabledException) -> bool
fn eq(&self, other: &RegionDisabledException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.