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§
source§impl ManagedRuleException
impl ManagedRuleException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ManagedRuleException.
Trait Implementations§
source§impl Clone for ManagedRuleException
impl Clone for ManagedRuleException
source§fn clone(&self) -> ManagedRuleException
fn clone(&self) -> ManagedRuleException
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 ManagedRuleException
impl Debug for ManagedRuleException
source§impl Display for ManagedRuleException
impl Display for ManagedRuleException
source§impl Error for ManagedRuleException
impl Error for ManagedRuleException
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<ManagedRuleException> for ManagedRuleException
impl PartialEq<ManagedRuleException> for ManagedRuleException
source§fn eq(&self, other: &ManagedRuleException) -> bool
fn eq(&self, other: &ManagedRuleException) -> bool
This method tests for
self and other values to be equal, and is used
by ==.