Class: Aws::Types::InvalidSignalDecoder

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hint ⇒ ::String

Returns the value of attribute hint.

Returns:

  • (::String)


749
750
751
# File 'sig/types.rbs', line 749

def hint
  @hint
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


747
748
749
# File 'sig/types.rbs', line 747

def name
  @name
end

#reason ⇒ "DUPLICATE_SIGNAL", ...

Returns the value of attribute reason.

Returns:

  • ("DUPLICATE_SIGNAL", "CONFLICTING_SIGNAL", "SIGNAL_TO_ADD_ALREADY_EXISTS", "SIGNAL_NOT_ASSOCIATED_WITH_NETWORK_INTERFACE", "NETWORK_INTERFACE_TYPE_INCOMPATIBLE_WITH_SIGNAL_DECODER_TYPE", "SIGNAL_NOT_IN_MODEL", "CAN_SIGNAL_INFO_IS_NULL", "OBD_SIGNAL_INFO_IS_NULL", "NO_DECODER_INFO_FOR_SIGNAL_IN_MODEL", "MESSAGE_SIGNAL_INFO_IS_NULL", "SIGNAL_DECODER_TYPE_INCOMPATIBLE_WITH_MESSAGE_SIGNAL_TYPE", "STRUCT_SIZE_MISMATCH", "NO_SIGNAL_IN_CATALOG_FOR_DECODER_SIGNAL", "SIGNAL_DECODER_INCOMPATIBLE_WITH_SIGNAL_CATALOG", "EMPTY_MESSAGE_SIGNAL", "CUSTOM_DECODING_SIGNAL_INFO_IS_NULL")


748
749
750
# File 'sig/types.rbs', line 748

def reason
  @reason
end