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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/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:



4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4069

class Problem < Struct.new(
  :run,
  :job,
  :suite,
  :test,
  :device,
  :result,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#jobTypes::ProblemDetail

Information about the associated job.



4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4069

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)


4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4069

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)


4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4069

class Problem < Struct.new(
  :run,
  :job,
  :suite,
  :test,
  :device,
  :result,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#runTypes::ProblemDetail

Information about the associated run.



4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4069

class Problem < Struct.new(
  :run,
  :job,
  :suite,
  :test,
  :device,
  :result,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#suiteTypes::ProblemDetail

Information about the associated suite.



4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4069

class Problem < Struct.new(
  :run,
  :job,
  :suite,
  :test,
  :device,
  :result,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#testTypes::ProblemDetail

Information about the associated test.



4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4069

class Problem < Struct.new(
  :run,
  :job,
  :suite,
  :test,
  :device,
  :result,
  :message)
  SENSITIVE = []
  include Aws::Structure
end