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_resource ⇒ String

The resource affected by the problem.

Returns:

  • (String) —

    The resource affected by the problem.

#end_time ⇒ Time

The time when the problem ended, in epoch seconds.

Returns:

  • (Time) —

    The time when the problem ended, in epoch seconds.

#feedback ⇒ Hash<String,String>

Feedback provided by the user about the problem.

Returns:

  • (Hash<String,String>) —

    Feedback provided by the user about the problem.

#id ⇒ String

The ID of the problem.

Returns:

  • (String) —

    The ID of the problem.

#insights ⇒ String

A detailed analysis of the problem using machine learning.

Returns:

  • (String) —

    A detailed analysis of the problem using machine learning.

#resource_group_name ⇒ String

The name of the resource group affected by the problem.

Returns:

  • (String) —

    The name of the resource group affected by the problem.

#severity_level ⇒ String

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_time ⇒ Time

The time when the problem started, in epoch seconds.

Returns:

  • (Time) —

    The time when the problem started, in epoch seconds.

#status ⇒ String

The status of the problem.

Possible values:

  • IGNORE
  • RESOLVED
  • PENDING

Returns:

  • (String) —

    The status of the problem.

#title ⇒ String

The name of the problem.

Returns:

  • (String) —

    The name of the problem.