Class: Aws::IoTFleetWise::Errors::DecoderManifestValidationException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-iotfleetwise/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DecoderManifestValidationException

Returns a new instance of DecoderManifestValidationException.

Parameters:



92
93
94
# File 'lib/aws-sdk-iotfleetwise/errors.rb', line 92

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#invalid_network_interfacesString

Returns:

  • (String)


102
103
104
# File 'lib/aws-sdk-iotfleetwise/errors.rb', line 102

def invalid_network_interfaces
  @data[:invalid_network_interfaces]
end

#invalid_signalsString

Returns:

  • (String)


97
98
99
# File 'lib/aws-sdk-iotfleetwise/errors.rb', line 97

def invalid_signals
  @data[:invalid_signals]
end

#messageString

Returns:

  • (String)


107
108
109
# File 'lib/aws-sdk-iotfleetwise/errors.rb', line 107

def message
  @message || @data[:message]
end