You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeCommit::Types::RepositoryTriggerExecutionFailure

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A trigger failed to run.

Instance Attribute Summary collapse

Instance Attribute Details

#failure_messageString

Message information about the trigger that did not run.

Returns:

  • (String)

    Message information about the trigger that did not run.

#triggerString

The name of the trigger that did not run.

Returns:

  • (String)

    The name of the trigger that did not run.