Class: Aws::Types::SubnetCidrBlockState

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", "failing", "failed")


17577
17578
17579
# File 'sig/types.rbs', line 17577

def state
  @state
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


17578
17579
17580
# File 'sig/types.rbs', line 17578

def status_message
  @status_message
end