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


19005
19006
19007
# File 'sig/types.rbs', line 19005

def state
  @state
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


19006
19007
19008
# File 'sig/types.rbs', line 19006

def status_message
  @status_message
end