Class: Aws::Types::BillingViewHealthStatus

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#status_code"HEALTHY", ...

Returns the value of attribute status_code.

Returns:

  • ("HEALTHY", "UNHEALTHY", "CREATING", "UPDATING")


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.

Returns:

  • (::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")])


93
94
95
# File 'sig/types.rbs', line 93

def status_reasons
  @status_reasons
end