Struct aws_sdk_ecs::error::BlockedException
source · #[non_exhaustive]pub struct BlockedException { /* private fields */ }Expand description
Your Amazon Web Services account was blocked. For more information, contact Amazon Web Services Support.
Implementations§
source§impl BlockedException
impl BlockedException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BlockedException.
Trait Implementations§
source§impl Clone for BlockedException
impl Clone for BlockedException
source§fn clone(&self) -> BlockedException
fn clone(&self) -> BlockedException
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 BlockedException
impl Debug for BlockedException
source§impl Display for BlockedException
impl Display for BlockedException
source§impl Error for BlockedException
impl Error for BlockedException
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<BlockedException> for BlockedException
impl PartialEq<BlockedException> for BlockedException
source§fn eq(&self, other: &BlockedException) -> bool
fn eq(&self, other: &BlockedException) -> bool
This method tests for
self and other values to be equal, and is used
by ==.