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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/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 'gems/aws-sdk-iotfleetwise/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 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2154

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