AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Represents a specific warning or failure.

Inheritance Hierarchy

System.Object
  Amazon.DeviceFarm.Model.Problem

Namespace: Amazon.DeviceFarm.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class Problem : Object

The Problem type exposes the following members

Constructors

NameDescription
Public Method Problem()

Properties

NameTypeDescription
Public Property Device Amazon.DeviceFarm.Model.Device Gets and sets the property Device.

Information about the associated device.

Public Property Job Amazon.DeviceFarm.Model.ProblemDetail Gets and sets the property Job.

Information about the associated job.

Public Property Message System.String Gets and sets the property Message.

A message about the problem's result.

Public Property Result Amazon.DeviceFarm.ExecutionResult Gets and sets the property Result.

The problem's result.

Allowed values include:

  • ERRORED: An error condition.

  • FAILED: A failed condition.

  • SKIPPED: A skipped condition.

  • STOPPED: A stopped condition.

  • PASSED: A passing condition.

  • PENDING: A pending condition.

  • WARNED: A warning condition.

Public Property Run Amazon.DeviceFarm.Model.ProblemDetail Gets and sets the property Run.

Information about the associated run.

Public Property Suite Amazon.DeviceFarm.Model.ProblemDetail Gets and sets the property Suite.

Information about the associated suite.

Public Property Test Amazon.DeviceFarm.Model.ProblemDetail Gets and sets the property Test.

Information about the associated test.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5