Struct rusoto_codecommit::RepositoryTriggerExecutionFailure [] [src]

pub struct RepositoryTriggerExecutionFailure {
    pub failure_message: Option<String>,
    pub trigger: Option<String>,
}

A trigger failed to run.

Fields

Additional message information about the trigger that did not run.

The name of the trigger that did not run.

Trait Implementations

impl Default for RepositoryTriggerExecutionFailure
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for RepositoryTriggerExecutionFailure
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RepositoryTriggerExecutionFailure
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations