Class: Aws::IoTFleetWise::Types::DecoderManifestValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb

Overview

The request couldn't be completed because it contains signal decoders with one or more validation errors.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#invalid_network_interfacesArray<Types::InvalidNetworkInterface>

The request couldn't be completed because of invalid network interfaces in the request.

Returns:



1207
1208
1209
1210
1211
1212
1213
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1207

class DecoderManifestValidationException < Struct.new(
  :invalid_signals,
  :invalid_network_interfaces,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#invalid_signalsArray<Types::InvalidSignalDecoder>

The request couldn't be completed because of invalid signals in the request.

Returns:



1207
1208
1209
1210
1211
1212
1213
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1207

class DecoderManifestValidationException < Struct.new(
  :invalid_signals,
  :invalid_network_interfaces,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


1207
1208
1209
1210
1211
1212
1213
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1207

class DecoderManifestValidationException < Struct.new(
  :invalid_signals,
  :invalid_network_interfaces,
  :message)
  SENSITIVE = []
  include Aws::Structure
end