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:



4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4115

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

#jobTypes::ProblemDetail

Information about the associated job.



4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4115

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)


4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4115

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)


4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4115

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

#runTypes::ProblemDetail

Information about the associated run.



4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4115

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

#suiteTypes::ProblemDetail

Information about the associated suite.



4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4115

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

#testTypes::ProblemDetail

Information about the associated test.



4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4115

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