Class: Aws::DeviceFarm::Types::Problem
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::Problem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Represents a specific warning or failure.
Constant Summary collapse
- SENSITIVE =
[]
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.
4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4064 class Problem < Struct.new( :run, :job, :suite, :test, :device, :result, :message) SENSITIVE = [] include Aws::Structure end |
#job ⇒ Types::ProblemDetail
Information about the associated job.
4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4064 class Problem < Struct.new( :run, :job, :suite, :test, :device, :result, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message about the problem’s result.
4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4064 class Problem < Struct.new( :run, :job, :suite, :test, :device, :result, :message) SENSITIVE = [] include Aws::Structure end |
#result ⇒ String
The problem’s result.
Allowed values include:
-
PENDING
-
PASSED
-
WARNED
-
FAILED
-
SKIPPED
-
ERRORED
-
STOPPED
4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4064 class Problem < Struct.new( :run, :job, :suite, :test, :device, :result, :message) SENSITIVE = [] include Aws::Structure end |
#run ⇒ Types::ProblemDetail
Information about the associated run.
4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4064 class Problem < Struct.new( :run, :job, :suite, :test, :device, :result, :message) SENSITIVE = [] include Aws::Structure end |
#suite ⇒ Types::ProblemDetail
Information about the associated suite.
4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4064 class Problem < Struct.new( :run, :job, :suite, :test, :device, :result, :message) SENSITIVE = [] include Aws::Structure end |
#test ⇒ Types::ProblemDetail
Information about the associated test.
4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4064 class Problem < Struct.new( :run, :job, :suite, :test, :device, :result, :message) SENSITIVE = [] include Aws::Structure end |