Class: Aws::CodeCommit::Types::RepositoryTriggerExecutionFailure
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::RepositoryTriggerExecutionFailure
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
A trigger failed to run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failure_message ⇒ String
Message information about the trigger that did not run.
-
#trigger ⇒ String
The name of the trigger that did not run.
Instance Attribute Details
#failure_message ⇒ String
Message information about the trigger that did not run.
6432 6433 6434 6435 6436 6437 |
# File 'lib/aws-sdk-codecommit/types.rb', line 6432 class RepositoryTriggerExecutionFailure < Struct.new( :trigger, :failure_message) SENSITIVE = [] include Aws::Structure end |
#trigger ⇒ String
The name of the trigger that did not run.
6432 6433 6434 6435 6436 6437 |
# File 'lib/aws-sdk-codecommit/types.rb', line 6432 class RepositoryTriggerExecutionFailure < Struct.new( :trigger, :failure_message) SENSITIVE = [] include Aws::Structure end |