You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DeviceFarm::Types::Problem
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::Problem
- Defined in:
- (unknown)
Overview
Represents a specific warning or failure.
Instance Attribute Summary collapse
-
#device ⇒ Types::Device
Information about the associated device.
-
#job ⇒ Types::ProblemDetail
Information about the associated job.
-
#message ⇒ String
A message about the problem\'s result.
-
#result ⇒ String
The problem\'s result.
-
#run ⇒ Types::ProblemDetail
Information about the associated run.
-
#suite ⇒ Types::ProblemDetail
Information about the associated suite.
-
#test ⇒ Types::ProblemDetail
Information about the associated test.
Instance Attribute Details
#device ⇒ Types::Device
Information about the associated device.
#job ⇒ Types::ProblemDetail
Information about the associated job.
#message ⇒ String
A message about the problem\'s result.
#result ⇒ String
The problem\'s result.
Allowed values include:
PENDING
PASSED
WARNED
FAILED
SKIPPED
ERRORED
STOPPED
Possible values:
- PENDING
- PASSED
- WARNED
- FAILED
- SKIPPED
- ERRORED
- STOPPED
#run ⇒ Types::ProblemDetail
Information about the associated run.
#suite ⇒ Types::ProblemDetail
Information about the associated suite.
#test ⇒ Types::ProblemDetail
Information about the associated test.