Class: Aws::ApplicationInsights::Types::DescribeProblemResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#problemTypes::Problem

Information about the problem.

Returns:



770
771
772
773
774
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 770

class DescribeProblemResponse < Struct.new(
  :problem)
  SENSITIVE = []
  include Aws::Structure
end