Class: Aws::Types::RouteTableAssociationState

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#state"associating", ...

Returns the value of attribute state.

Returns:

  • ("associating", "associated", "disassociating", "disassociated", "failed")


16570
16571
16572
# File 'sig/types.rbs', line 16570

def state
  @state
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


16571
16572
16573
# File 'sig/types.rbs', line 16571

def status_message
  @status_message
end