Class: Aws::Types::InvalidNetworkInterface

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#interface_id ⇒ ::String

Returns the value of attribute interface_id.

Returns:

  • (::String)


728
729
730
# File 'sig/types.rbs', line 728

def interface_id
  @interface_id
end

#reason ⇒ "DUPLICATE_NETWORK_INTERFACE", ...

Returns the value of attribute reason.

Returns:

  • ("DUPLICATE_NETWORK_INTERFACE", "CONFLICTING_NETWORK_INTERFACE", "NETWORK_INTERFACE_TO_ADD_ALREADY_EXISTS", "CAN_NETWORK_INTERFACE_INFO_IS_NULL", "OBD_NETWORK_INTERFACE_INFO_IS_NULL", "NETWORK_INTERFACE_TO_REMOVE_ASSOCIATED_WITH_SIGNALS", "VEHICLE_MIDDLEWARE_NETWORK_INTERFACE_INFO_IS_NULL", "CUSTOM_DECODING_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL")


729
730
731
# File 'sig/types.rbs', line 729

def reason
  @reason
end