Class: Aws::CodeCommit::Types::RepositoryTriggerExecutionFailure
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::RepositoryTriggerExecutionFailure
- Defined in:
- gems/aws-sdk-codecommit/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.
6434 6435 6436 6437 6438 6439 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6434 class RepositoryTriggerExecutionFailure < Struct.new( :trigger, :failure_message) SENSITIVE = [] include Aws::Structure end |
#trigger ⇒ String
The name of the trigger that did not run.
6434 6435 6436 6437 6438 6439 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6434 class RepositoryTriggerExecutionFailure < Struct.new( :trigger, :failure_message) SENSITIVE = [] include Aws::Structure end |