Class: Aws::PrometheusService::Types::LoggingConfigurationStatus

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#status_codeString

The current status of the logging configuration.

Returns:

  • (String)


1107
1108
1109
1110
1111
1112
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1107

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

#status_reasonString

If failed, the reason for the failure.

Returns:

  • (String)


1107
1108
1109
1110
1111
1112
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1107

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