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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codecommit/types.rb

Overview

A trigger failed to run.

Instance Attribute Summary collapse

Instance Attribute Details

#failure_messageString

Additional message information about the trigger that did not run.

Returns:

  • (String)


874
875
876
877
878
# File 'lib/aws-sdk-codecommit/types.rb', line 874

class RepositoryTriggerExecutionFailure < Struct.new(
  :trigger,
  :failure_message)
  include Aws::Structure
end

#triggerString

The name of the trigger that did not run.

Returns:

  • (String)


874
875
876
877
878
# File 'lib/aws-sdk-codecommit/types.rb', line 874

class RepositoryTriggerExecutionFailure < Struct.new(
  :trigger,
  :failure_message)
  include Aws::Structure
end