Struct aws_sdk_autoscaling::error::ResourceInUseFault
source · #[non_exhaustive]pub struct ResourceInUseFault { /* private fields */ }Expand description
The operation can't be performed because the resource is in use.
Implementations§
source§impl ResourceInUseFault
impl ResourceInUseFault
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResourceInUseFault.
Trait Implementations§
source§impl Clone for ResourceInUseFault
impl Clone for ResourceInUseFault
source§fn clone(&self) -> ResourceInUseFault
fn clone(&self) -> ResourceInUseFault
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 ResourceInUseFault
impl Debug for ResourceInUseFault
source§impl Display for ResourceInUseFault
impl Display for ResourceInUseFault
source§impl Error for ResourceInUseFault
impl Error for ResourceInUseFault
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()