Class: Aws::PrometheusService::Types::RuleGroupsNamespaceStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::RuleGroupsNamespaceStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
The status information about a rule groups namespace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status_code ⇒ String
The current status of the namespace.
-
#status_reason ⇒ String
The reason for the failure, if any.
Instance Attribute Details
#status_code ⇒ String
The current status of the namespace.
1321 1322 1323 1324 1325 1326 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1321 class RuleGroupsNamespaceStatus < Struct.new( :status_code, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The reason for the failure, if any.
1321 1322 1323 1324 1325 1326 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1321 class RuleGroupsNamespaceStatus < Struct.new( :status_code, :status_reason) SENSITIVE = [] include Aws::Structure end |