Struct aws_sdk_devicefarm::model::Problem
source · #[non_exhaustive]pub struct Problem { /* private fields */ }Expand description
Represents a specific warning or failure.
Implementations§
source§impl Problem
impl Problem
sourcepub fn run(&self) -> Option<&ProblemDetail>
pub fn run(&self) -> Option<&ProblemDetail>
Information about the associated run.
sourcepub fn job(&self) -> Option<&ProblemDetail>
pub fn job(&self) -> Option<&ProblemDetail>
Information about the associated job.
sourcepub fn suite(&self) -> Option<&ProblemDetail>
pub fn suite(&self) -> Option<&ProblemDetail>
Information about the associated suite.
sourcepub fn test(&self) -> Option<&ProblemDetail>
pub fn test(&self) -> Option<&ProblemDetail>
Information about the associated test.
sourcepub fn result(&self) -> Option<&ExecutionResult>
pub fn result(&self) -> Option<&ExecutionResult>
The problem's result.
Allowed values include:
-
PENDING
-
PASSED
-
WARNED
-
FAILED
-
SKIPPED
-
ERRORED
-
STOPPED