Class: Aws::Types::BatchGetRouterOutputError
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetRouterOutputError
- 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.
231 232 233 |
# File 'sig/types.rbs', line 231 def arn @arn end |
#code ⇒ ::String
Returns the value of attribute code.
232 233 234 |
# File 'sig/types.rbs', line 232 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
233 234 235 |
# File 'sig/types.rbs', line 233 def @message end |