Method: Aws::DevOpsGuru::Types::ReactiveAnomaly#severity

Defined in:
lib/aws-sdk-devopsguru/types.rb

#severityString

The severity of the anomaly. The severity of anomalies that generate an insight determine that insight’s severity. For more information, see [Understanding insight severities] in the *Amazon DevOps Guru User Guide*.

[1]: docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities

Returns:

  • (String)


3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
# File 'lib/aws-sdk-devopsguru/types.rb', line 3333

class ReactiveAnomaly < Struct.new(
  :id,
  :severity,
  :status,
  :anomaly_time_range,
  :anomaly_reported_time_range,
  :source_details,
  :associated_insight_id,
  :resource_collection,
  :type,
  :name,
  :description,
  :causal_anomaly_id,
  :anomaly_resources)
  SENSITIVE = []
  include Aws::Structure
end