Module: Aws::ObservabilityAdmin::Client::_GetTelemetryEvaluationStatusResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetTelemetryEvaluationStatusOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #failure_reason ⇒ ::String
- #home_region ⇒ ::String
- #region_statuses ⇒ ::Array[Types::RegionStatus]
- #status ⇒ "NOT_STARTED", ...
Instance Method Details
#failure_reason ⇒ ::String
224 |
# File 'sig/client.rbs', line 224
def failure_reason: () -> ::String
|
#home_region ⇒ ::String
225 |
# File 'sig/client.rbs', line 225
def home_region: () -> ::String
|
#region_statuses ⇒ ::Array[Types::RegionStatus]
226 |
# File 'sig/client.rbs', line 226
def region_statuses: () -> ::Array[Types::RegionStatus]
|
#status ⇒ "NOT_STARTED", ...
223 |
# File 'sig/client.rbs', line 223
def status: () -> ("NOT_STARTED" | "STARTING" | "FAILED_START" | "RUNNING" | "STOPPING" | "FAILED_STOP" | "STOPPED")
|