You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ApplicationInsights::Types::Problem

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a problem that is detected by correlating observations.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#affected_resourceString

The resource affected by the problem.

Returns:

  • (String)

    The resource affected by the problem.

#end_timeTime

The time when the problem ended, in epoch seconds.

Returns:

  • (Time)

    The time when the problem ended, in epoch seconds.

#feedbackHash<String,String>

Feedback provided by the user about the problem.

Returns:

  • (Hash<String,String>)

    Feedback provided by the user about the problem.

#idString

The ID of the problem.

Returns:

  • (String)

    The ID of the problem.

#insightsString

A detailed analysis of the problem using machine learning.

Returns:

  • (String)

    A detailed analysis of the problem using machine learning.

#resource_group_nameString

The name of the resource group affected by the problem.

Returns:

  • (String)

    The name of the resource group affected by the problem.

#severity_levelString

A measure of the level of impact of the problem.

Possible values:

  • Low
  • Medium
  • High

Returns:

  • (String)

    A measure of the level of impact of the problem.

#start_timeTime

The time when the problem started, in epoch seconds.

Returns:

  • (Time)

    The time when the problem started, in epoch seconds.

#statusString

The status of the problem.

Possible values:

  • IGNORE
  • RESOLVED
  • PENDING

Returns:

  • (String)

    The status of the problem.

#titleString

The name of the problem.

Returns:

  • (String)

    The name of the problem.