Class: Aws::DeviceFarm::Types::Problem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#deviceTypes::Device

Information about the associated device.

Returns:



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

#jobTypes::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

#messageString

A message about the problem’s result.

Returns:

  • (String)


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

#resultString

The problem’s result.

Allowed values include:

  • PENDING

  • PASSED

  • WARNED

  • FAILED

  • SKIPPED

  • ERRORED

  • STOPPED

Returns:

  • (String)


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

#runTypes::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

#suiteTypes::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

#testTypes::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