Class: Aws::Types::ExternalMetricStatus

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#status_code"NO_EXTERNAL_METRIC_SET", ...

Returns the value of attribute status_code.

Returns:

  • ("NO_EXTERNAL_METRIC_SET", "INTEGRATION_SUCCESS", "DATADOG_INTEGRATION_ERROR", "DYNATRACE_INTEGRATION_ERROR", "NEWRELIC_INTEGRATION_ERROR", "INSTANA_INTEGRATION_ERROR", "INSUFFICIENT_DATADOG_METRICS", "INSUFFICIENT_DYNATRACE_METRICS", "INSUFFICIENT_NEWRELIC_METRICS", "INSUFFICIENT_INSTANA_METRICS")


429
430
431
# File 'sig/types.rbs', line 429

def status_code
  @status_code
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


430
431
432
# File 'sig/types.rbs', line 430

def status_reason
  @status_reason
end