Class: Aws::Types::RepositoryTriggerExecutionFailure
- Inherits:
-
Object
- Object
- Aws::Types::RepositoryTriggerExecutionFailure
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#trigger ⇒ ::String
Returns the value of attribute trigger.
Instance Attribute Details
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
1859 1860 1861 |
# File 'sig/types.rbs', line 1859 def @failure_message end |
#trigger ⇒ ::String
Returns the value of attribute trigger.
1858 1859 1860 |
# File 'sig/types.rbs', line 1858 def trigger @trigger end |