RepositoryTriggerExecutionFailure
public struct RepositoryTriggerExecutionFailure : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Message information about the trigger that did not run.
Declaration
Swift
public let failureMessage: String? -
The name of the trigger that did not run.
Declaration
Swift
public let trigger: String? -
Undocumented
Declaration
Swift
public init(failureMessage: String? = nil, trigger: String? = nil)
View on GitHub
RepositoryTriggerExecutionFailure Structure Reference