Problem
Represents a specific warning or failure.
Contents
- device
-
Information about the associated device.
Type: Device object
Required: No
- job
-
Information about the associated job.
Type: ProblemDetail object
Required: No
- message
-
A message about the problem's result.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 16384.
Required: No
- result
-
The problem's result.
Allowed values include:
-
PENDING
-
PASSED
-
WARNED
-
FAILED
-
SKIPPED
-
ERRORED
-
STOPPED
Type: String
Valid Values:
PENDING | PASSED | WARNED | FAILED | SKIPPED | ERRORED | STOPPED
Required: No
-
- run
-
Information about the associated run.
Type: ProblemDetail object
Required: No
- suite
-
Information about the associated suite.
Type: ProblemDetail object
Required: No
- test
-
Information about the associated test.
Type: ProblemDetail object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: