Class: Aws::Types::BatchGetRouterInputError
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetRouterInputError
- 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.
195 196 197 |
# File 'sig/types.rbs', line 195 def arn @arn end |
#code ⇒ ::String
Returns the value of attribute code.
196 197 198 |
# File 'sig/types.rbs', line 196 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
197 198 199 |
# File 'sig/types.rbs', line 197 def @message end |