Class: Aws::IoTFleetWise::Types::DecoderManifestValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::DecoderManifestValidationException
- 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
-
#invalid_network_interfaces ⇒ Array<Types::InvalidNetworkInterface>
The request couldn't be completed because of invalid network interfaces in the request.
-
#invalid_signals ⇒ Array<Types::InvalidSignalDecoder>
The request couldn't be completed because of invalid signals in the request.
-
#message ⇒ String
Instance Attribute Details
#invalid_network_interfaces ⇒ Array<Types::InvalidNetworkInterface>
The request couldn't be completed because of invalid network interfaces in the request.
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_signals ⇒ Array<Types::InvalidSignalDecoder>
The request couldn't be completed because of invalid signals in the request.
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 |
#message ⇒ 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 |