AWS SDK Version 3 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.

Describes a problem that is detected by correlating observations.

Inheritance Hierarchy

System.Object
  Amazon.ApplicationInsights.Model.Problem

Namespace: Amazon.ApplicationInsights.Model
Assembly: AWSSDK.ApplicationInsights.dll
Version: 3.x.y.z

Syntax

C#
public class Problem

The Problem type exposes the following members

Constructors

NameDescription
Public Method Problem()

Properties

NameTypeDescription
Public Property AccountId System.String

Gets and sets the property AccountId.

The AWS account ID for the owner of the resource group affected by the problem.

Public Property AffectedResource System.String

Gets and sets the property AffectedResource.

The resource affected by the problem.

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

The time when the problem ended, in epoch seconds.

Public Property Feedback System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Feedback.

Feedback provided by the user about the problem.

Public Property Id System.String

Gets and sets the property Id.

The ID of the problem.

Public Property Insights System.String

Gets and sets the property Insights.

A detailed analysis of the problem using machine learning.

Public Property LastRecurrenceTime System.DateTime

Gets and sets the property LastRecurrenceTime.

The last time that the problem reoccurred after its last resolution.

Public Property RecurringCount System.Int64

Gets and sets the property RecurringCount.

The number of times that the same problem reoccurred after the first time it was resolved.

Public Property ResolutionMethod Amazon.ApplicationInsights.ResolutionMethod

Gets and sets the property ResolutionMethod.

Specifies how the problem was resolved. If the value is AUTOMATIC, the system resolved the problem. If the value is MANUAL, the user resolved the problem. If the value is UNRESOLVED, then the problem is not resolved.

Public Property ResourceGroupName System.String

Gets and sets the property ResourceGroupName.

The name of the resource group affected by the problem.

Public Property SeverityLevel Amazon.ApplicationInsights.SeverityLevel

Gets and sets the property SeverityLevel.

A measure of the level of impact of the problem.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The time when the problem started, in epoch seconds.

Public Property Status Amazon.ApplicationInsights.Status

Gets and sets the property Status.

The status of the problem.

Public Property Title System.String

Gets and sets the property Title.

The name of the problem.

Public Property Visibility Amazon.ApplicationInsights.Visibility

Gets and sets the property Visibility.

Specifies whether or not you can view the problem. Updates to ignored problems do not generate notifications.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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