#[non_exhaustive]pub struct InvalidDbParameterGroupStateFault { /* private fields */ }
Expand description
The parameter group is in use, or it is in a state that is not valid. If you are trying to delete the parameter group, you can't delete it when the parameter group is in this state.
Implementations§
source§impl InvalidDbParameterGroupStateFault
impl InvalidDbParameterGroupStateFault
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidDbParameterGroupStateFault
.
Trait Implementations§
source§impl Clone for InvalidDbParameterGroupStateFault
impl Clone for InvalidDbParameterGroupStateFault
source§fn clone(&self) -> InvalidDbParameterGroupStateFault
fn clone(&self) -> InvalidDbParameterGroupStateFault
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 InvalidDbParameterGroupStateFault
impl Error for InvalidDbParameterGroupStateFault
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<InvalidDbParameterGroupStateFault> for InvalidDbParameterGroupStateFault
impl PartialEq<InvalidDbParameterGroupStateFault> for InvalidDbParameterGroupStateFault
source§fn eq(&self, other: &InvalidDbParameterGroupStateFault) -> bool
fn eq(&self, other: &InvalidDbParameterGroupStateFault) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.