Problem
public struct Problem : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the associated device.
Declaration
Swift
public let device: Device?
-
Information about the associated job.
Declaration
Swift
public let job: ProblemDetail?
-
A message about the problem’s result.
Declaration
Swift
public let message: String?
-
The problem’s result. Allowed values include: PENDING PASSED WARNED FAILED SKIPPED ERRORED STOPPED
Declaration
Swift
public let result: ExecutionResult?
-
Information about the associated run.
Declaration
Swift
public let run: ProblemDetail?
-
Information about the associated suite.
Declaration
Swift
public let suite: ProblemDetail?
-
Information about the associated test.
Declaration
Swift
public let test: ProblemDetail?
-
Undocumented
Declaration
Swift
public init(device: Device? = nil, job: ProblemDetail? = nil, message: String? = nil, result: ExecutionResult? = nil, run: ProblemDetail? = nil, suite: ProblemDetail? = nil, test: ProblemDetail? = nil)