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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failure_messageString

Message information about the trigger that did not run.

Returns:

  • (String)


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

#triggerString

The name of the trigger that did not run.

Returns:

  • (String)


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