Class: Aws::PrometheusService::Types::RuleGroupsNamespaceStatus

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

Overview

The status information about a rule groups namespace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#status_codeString

The current status of the namespace.

Returns:

  • (String)


1321
1322
1323
1324
1325
1326
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1321

class RuleGroupsNamespaceStatus < Struct.new(
  :status_code,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

The reason for the failure, if any.

Returns:

  • (String)


1321
1322
1323
1324
1325
1326
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1321

class RuleGroupsNamespaceStatus < Struct.new(
  :status_code,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end