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