Class: Aws::Types::BatchGetVariableError
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetVariableError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::Integer
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#code ⇒ ::Integer
Returns the value of attribute code.
83 84 85 |
# File 'sig/types.rbs', line 83 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
84 85 86 |
# File 'sig/types.rbs', line 84 def end |
#name ⇒ ::String
Returns the value of attribute name.
82 83 84 |
# File 'sig/types.rbs', line 82 def name @name end |