Class: Aws::ObservabilityAdmin::Types::GetTelemetryEvaluationStatusOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::GetTelemetryEvaluationStatusOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-observabilityadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failure_reason ⇒ String
Describes the reason for the failure status.
-
#status ⇒ String
The onboarding status of the telemetry config feature.
Instance Attribute Details
#failure_reason ⇒ String
Describes the reason for the failure status. The field will only be populated if ‘Status` is `FAILED_START` or `FAILED_STOP`.
953 954 955 956 957 958 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 953 class GetTelemetryEvaluationStatusOutput < Struct.new( :status, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The onboarding status of the telemetry config feature.
953 954 955 956 957 958 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 953 class GetTelemetryEvaluationStatusOutput < Struct.new( :status, :failure_reason) SENSITIVE = [] include Aws::Structure end |