Class: Aws::Types::BillingViewHealthStatus
- Inherits:
-
Object
- Object
- Aws::Types::BillingViewHealthStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status_code ⇒ "HEALTHY", ...
Returns the value of attribute status_code.
-
#status_reasons ⇒ ::Array[("SOURCE_VIEW_UNHEALTHY" | "SOURCE_VIEW_UPDATING" | "SOURCE_VIEW_ACCESS_DENIED" | "SOURCE_VIEW_NOT_FOUND" | "CYCLIC_DEPENDENCY" | "SOURCE_VIEW_DEPTH_EXCEEDED" | "AGGREGATE_SOURCE" | "VIEW_OWNER_NOT_MANAGEMENT_ACCOUNT")]
Returns the value of attribute status_reasons.
Instance Attribute Details
#status_code ⇒ "HEALTHY", ...
Returns the value of attribute status_code.
92 93 94 |
# File 'sig/types.rbs', line 92 def status_code @status_code end |
#status_reasons ⇒ ::Array[("SOURCE_VIEW_UNHEALTHY" | "SOURCE_VIEW_UPDATING" | "SOURCE_VIEW_ACCESS_DENIED" | "SOURCE_VIEW_NOT_FOUND" | "CYCLIC_DEPENDENCY" | "SOURCE_VIEW_DEPTH_EXCEEDED" | "AGGREGATE_SOURCE" | "VIEW_OWNER_NOT_MANAGEMENT_ACCOUNT")]
Returns the value of attribute status_reasons.
93 94 95 |
# File 'sig/types.rbs', line 93 def status_reasons @status_reasons end |