Class: Aws::PrometheusService::Types::LoggingConfigurationStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::LoggingConfigurationStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
The status of the logging configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status_code ⇒ String
The current status of the logging configuration.
-
#status_reason ⇒ String
If failed, the reason for the failure.
Instance Attribute Details
#status_code ⇒ String
The current status of the logging configuration.
1101 1102 1103 1104 1105 1106 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1101 class LoggingConfigurationStatus < Struct.new( :status_code, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
If failed, the reason for the failure.
1101 1102 1103 1104 1105 1106 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1101 class LoggingConfigurationStatus < Struct.new( :status_code, :status_reason) SENSITIVE = [] include Aws::Structure end |