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.
1328 1329 1330 1331 1332 1333 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1328 class RuleGroupsNamespaceStatus < Struct.new( :status_code, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The reason for the failure, if any.
1328 1329 1330 1331 1332 1333 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1328 class RuleGroupsNamespaceStatus < Struct.new( :status_code, :status_reason) SENSITIVE = [] include Aws::Structure end |