FailureDetails
public struct FailureDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The external ID of the run of the action that failed.
Declaration
Swift
public let externalExecutionId: String? -
The message about the failure.
Declaration
Swift
public let message: String -
The type of the failure.
Declaration
Swift
public let type: FailureType -
Undocumented
Declaration
Swift
public init(externalExecutionId: String? = nil, message: String, type: FailureType) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
FailureDetails Structure Reference