Class: Aws::Types::BatchGetRouterNetworkInterfaceError
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetRouterNetworkInterfaceError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#code ⇒ ::String
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
213 214 215 |
# File 'sig/types.rbs', line 213 def arn @arn end |
#code ⇒ ::String
Returns the value of attribute code.
214 215 216 |
# File 'sig/types.rbs', line 214 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
215 216 217 |
# File 'sig/types.rbs', line 215 def @message end |