Struct aws_sdk_eventbridge::model::PutTargetsResultEntry
source · #[non_exhaustive]pub struct PutTargetsResultEntry { /* private fields */ }Expand description
Represents a target that failed to be added to a rule.
Implementations§
source§impl PutTargetsResultEntry
impl PutTargetsResultEntry
sourcepub fn error_code(&self) -> Option<&str>
pub fn error_code(&self) -> Option<&str>
The error code that indicates why the target addition failed. If the value is ConcurrentModificationException, too many requests were made at the same time.
sourcepub fn error_message(&self) -> Option<&str>
pub fn error_message(&self) -> Option<&str>
The error message that explains why the target addition failed.
source§impl PutTargetsResultEntry
impl PutTargetsResultEntry
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutTargetsResultEntry.
Trait Implementations§
source§impl Clone for PutTargetsResultEntry
impl Clone for PutTargetsResultEntry
source§fn clone(&self) -> PutTargetsResultEntry
fn clone(&self) -> PutTargetsResultEntry
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 PutTargetsResultEntry
impl Debug for PutTargetsResultEntry
source§impl PartialEq<PutTargetsResultEntry> for PutTargetsResultEntry
impl PartialEq<PutTargetsResultEntry> for PutTargetsResultEntry
source§fn eq(&self, other: &PutTargetsResultEntry) -> bool
fn eq(&self, other: &PutTargetsResultEntry) -> bool
This method tests for
self and other values to be equal, and is used
by ==.