Class: Aws::Types::DecoderManifestValidationException
- Inherits:
-
Object
- Object
- Aws::Types::DecoderManifestValidationException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#invalid_network_interfaces ⇒ ::Array[Types::InvalidNetworkInterface]
Returns the value of attribute invalid_network_interfaces.
-
#invalid_signals ⇒ ::Array[Types::InvalidSignalDecoder]
Returns the value of attribute invalid_signals.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#invalid_network_interfaces ⇒ ::Array[Types::InvalidNetworkInterface]
Returns the value of attribute invalid_network_interfaces.
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.
393 394 395 |
# File 'sig/types.rbs', line 393 def invalid_signals @invalid_signals end |
#message ⇒ ::String
Returns the value of attribute message.
395 396 397 |
# File 'sig/types.rbs', line 395 def @message end |