Class: Aws::Types::BatchCreateVariableError
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateVariableError
- 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.
65 66 67 |
# File 'sig/types.rbs', line 65 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
66 67 68 |
# File 'sig/types.rbs', line 66 def end |
#name ⇒ ::String
Returns the value of attribute name.
64 65 66 |
# File 'sig/types.rbs', line 64 def name @name end |