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
sourceimpl RegionDisabledException
impl RegionDisabledException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RegionDisabledException
.
Trait Implementations
sourceimpl Clone for RegionDisabledException
impl Clone for RegionDisabledException
sourcefn clone(&self) -> RegionDisabledException
fn clone(&self) -> RegionDisabledException
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RegionDisabledException
impl Debug for RegionDisabledException
sourceimpl Display for RegionDisabledException
impl Display for RegionDisabledException
sourceimpl Error for RegionDisabledException
impl Error for RegionDisabledException
1.30.0 · sourcefn 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 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
sourceimpl PartialEq<RegionDisabledException> for RegionDisabledException
impl PartialEq<RegionDisabledException> for RegionDisabledException
sourcefn eq(&self, other: &RegionDisabledException) -> bool
fn eq(&self, other: &RegionDisabledException) -> bool
impl StructuralPartialEq for RegionDisabledException
Auto Trait Implementations
impl RefUnwindSafe for RegionDisabledException
impl Send for RegionDisabledException
impl Sync for RegionDisabledException
impl Unpin for RegionDisabledException
impl UnwindSafe for RegionDisabledException
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more