Class: Aws::Types::InvalidNetworkInterface
- Inherits:
-
Object
- Object
- Aws::Types::InvalidNetworkInterface
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#interface_id ⇒ ::String
Returns the value of attribute interface_id.
-
#reason ⇒ "DUPLICATE_NETWORK_INTERFACE", ...
Returns the value of attribute reason.
Instance Attribute Details
#interface_id ⇒ ::String
Returns the value of attribute interface_id.
728 729 730 |
# File 'sig/types.rbs', line 728 def interface_id @interface_id end |
#reason ⇒ "DUPLICATE_NETWORK_INTERFACE", ...
Returns the value of attribute reason.
729 730 731 |
# File 'sig/types.rbs', line 729 def reason @reason end |