Class: Aws::IoTFleetWise::Types::InvalidNetworkInterface

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

Overview

A reason a vehicle network interface isn’t valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#interface_idString

The ID of the interface that isn’t valid.

Returns:

  • (String)


2154
2155
2156
2157
2158
2159
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2154

class InvalidNetworkInterface < Struct.new(
  :interface_id,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

A message about why the interface isn’t valid.

Returns:

  • (String)


2154
2155
2156
2157
2158
2159
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2154

class InvalidNetworkInterface < Struct.new(
  :interface_id,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end