Struct aws_sdk_mq::model::ActionRequired
source · [−]#[non_exhaustive]pub struct ActionRequired { /* private fields */ }
Expand description
The action required to resolve a broker issue when the broker is in a CRITICAL_ACTION_REQUIRED state.
Implementations
sourceimpl ActionRequired
impl ActionRequired
sourcepub fn action_required_code(&self) -> Option<&str>
pub fn action_required_code(&self) -> Option<&str>
The code you can use to resolve your broker issue when the broker is in a CRITICAL_ACTION_REQUIRED state. You can find instructions by choosing the link for your code from the list of action required codes in Amazon MQ action required codes. Each code references a topic with detailed information, instructions, and recommendations for how to resolve the issue and prevent future occurrences.
sourcepub fn action_required_info(&self) -> Option<&str>
pub fn action_required_info(&self) -> Option<&str>
Information about the action required to resolve your broker issue when the broker is in a CRITICAL_ACTION_REQUIRED state.
sourceimpl ActionRequired
impl ActionRequired
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ActionRequired
.
Trait Implementations
sourceimpl Clone for ActionRequired
impl Clone for ActionRequired
sourcefn clone(&self) -> ActionRequired
fn clone(&self) -> ActionRequired
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 ActionRequired
impl Debug for ActionRequired
sourceimpl PartialEq<ActionRequired> for ActionRequired
impl PartialEq<ActionRequired> for ActionRequired
sourcefn eq(&self, other: &ActionRequired) -> bool
fn eq(&self, other: &ActionRequired) -> bool
impl StructuralPartialEq for ActionRequired
Auto Trait Implementations
impl RefUnwindSafe for ActionRequired
impl Send for ActionRequired
impl Sync for ActionRequired
impl Unpin for ActionRequired
impl UnwindSafe for ActionRequired
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