Class: Aws::Types::RepositoryTriggerExecutionFailure

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


1859
1860
1861
# File 'sig/types.rbs', line 1859

def failure_message
  @failure_message
end

#trigger::String

Returns the value of attribute trigger.

Returns:

  • (::String)


1858
1859
1860
# File 'sig/types.rbs', line 1858

def trigger
  @trigger
end