Struct aws_sdk_eventbridge::error::ManagedRuleException
source · [−]#[non_exhaustive]pub struct ManagedRuleException { /* private fields */ }
Expand description
This rule was created by an Amazon Web Services service on behalf of your account. It is managed by that service. If you see this error in response to DeleteRule
or RemoveTargets
, you can use the Force
parameter in those calls to delete the rule or remove targets from the rule. You cannot modify these managed rules by using DisableRule
, EnableRule
, PutTargets
, PutRule
, TagResource
, or UntagResource
.
Implementations
sourceimpl ManagedRuleException
impl ManagedRuleException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ManagedRuleException
.
Trait Implementations
sourceimpl Clone for ManagedRuleException
impl Clone for ManagedRuleException
sourcefn clone(&self) -> ManagedRuleException
fn clone(&self) -> ManagedRuleException
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 ManagedRuleException
impl Debug for ManagedRuleException
sourceimpl Display for ManagedRuleException
impl Display for ManagedRuleException
sourceimpl Error for ManagedRuleException
impl Error for ManagedRuleException
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<ManagedRuleException> for ManagedRuleException
impl PartialEq<ManagedRuleException> for ManagedRuleException
sourcefn eq(&self, other: &ManagedRuleException) -> bool
fn eq(&self, other: &ManagedRuleException) -> bool
impl StructuralPartialEq for ManagedRuleException
Auto Trait Implementations
impl RefUnwindSafe for ManagedRuleException
impl Send for ManagedRuleException
impl Sync for ManagedRuleException
impl Unpin for ManagedRuleException
impl UnwindSafe for ManagedRuleException
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