Class: Aws::Types::VpcCidrBlockState

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")


19332
19333
19334
# File 'sig/types.rbs', line 19332

def state
  @state
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


19333
19334
19335
# File 'sig/types.rbs', line 19333

def status_message
  @status_message
end