#[non_exhaustive]pub struct LambdaFunctionFailedEventAttributes { /* private fields */ }
Expand description
Provides the details of the LambdaFunctionFailed
event. It isn't set for other event types.
Implementations§
source§impl LambdaFunctionFailedEventAttributes
impl LambdaFunctionFailedEventAttributes
sourcepub fn scheduled_event_id(&self) -> i64
pub fn scheduled_event_id(&self) -> i64
The ID of the LambdaFunctionScheduled
event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.
sourcepub fn started_event_id(&self) -> i64
pub fn started_event_id(&self) -> i64
The ID of the LambdaFunctionStarted
event recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.
source§impl LambdaFunctionFailedEventAttributes
impl LambdaFunctionFailedEventAttributes
sourcepub fn builder() -> LambdaFunctionFailedEventAttributesBuilder
pub fn builder() -> LambdaFunctionFailedEventAttributesBuilder
Creates a new builder-style object to manufacture LambdaFunctionFailedEventAttributes
.
Trait Implementations§
source§impl Clone for LambdaFunctionFailedEventAttributes
impl Clone for LambdaFunctionFailedEventAttributes
source§fn clone(&self) -> LambdaFunctionFailedEventAttributes
fn clone(&self) -> LambdaFunctionFailedEventAttributes
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 PartialEq<LambdaFunctionFailedEventAttributes> for LambdaFunctionFailedEventAttributes
impl PartialEq<LambdaFunctionFailedEventAttributes> for LambdaFunctionFailedEventAttributes
source§fn eq(&self, other: &LambdaFunctionFailedEventAttributes) -> bool
fn eq(&self, other: &LambdaFunctionFailedEventAttributes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.