Class: Aws::Types::DecoderManifestValidationException

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#invalid_network_interfaces ⇒ ::Array[Types::InvalidNetworkInterface]

Returns the value of attribute invalid_network_interfaces.

Returns:



394
395
396
# File 'sig/types.rbs', line 394

def invalid_network_interfaces
  @invalid_network_interfaces
end

#invalid_signals ⇒ ::Array[Types::InvalidSignalDecoder]

Returns the value of attribute invalid_signals.

Returns:



393
394
395
# File 'sig/types.rbs', line 393

def invalid_signals
  @invalid_signals
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


395
396
397
# File 'sig/types.rbs', line 395

def message
  @message
end