Class: Aws::IoTFleetWise::Types::InvalidNetworkInterface
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::InvalidNetworkInterface
- 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
-
#interface_id ⇒ String
The ID of the interface that isn’t valid.
-
#reason ⇒ String
A message about why the interface isn’t valid.
Instance Attribute Details
#interface_id ⇒ String
The ID of the interface that isn’t valid.
2588 2589 2590 2591 2592 2593 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2588 class InvalidNetworkInterface < Struct.new( :interface_id, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
A message about why the interface isn’t valid.
2588 2589 2590 2591 2592 2593 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2588 class InvalidNetworkInterface < Struct.new( :interface_id, :reason) SENSITIVE = [] include Aws::Structure end |