Class: Aws::Types::CapacityReservationStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"provisioned", ...

Returns the value of attribute code.

Returns:

  • ("provisioned", "pending", "rebalancing", "failed")


124
125
126
# File 'sig/types.rbs', line 124

def code
  @code
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def reason
  @reason
end