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
show all
Defined in:
(unknown)

Overview

Represents a specific warning or failure.

Instance Attribute Summary collapse

Instance Attribute Details

#deviceTypes::Device

Information about the associated device.

Returns:

#jobTypes::ProblemDetail

Information about the associated job.

Returns:

#messageString

A message about the problem\'s result.

Returns:

  • (String)

    A message about the problem\'s result.

#resultString

The problem\'s result.

Allowed values include:

  • PENDING

  • PASSED

  • WARNED

  • FAILED

  • SKIPPED

  • ERRORED

  • STOPPED

    Possible values:

    • PENDING
    • PASSED
    • WARNED
    • FAILED
    • SKIPPED
    • ERRORED
    • STOPPED

Returns:

  • (String)

    The problem\'s result.

#runTypes::ProblemDetail

Information about the associated run.

Returns:

#suiteTypes::ProblemDetail

Information about the associated suite.

Returns:

#testTypes::ProblemDetail

Information about the associated test.

Returns: