Class: Aws::Types::BatchGetSchemaError
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetSchemaError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
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 ⇒ ::String
Returns the value of attribute code.
360 361 362 |
# File 'sig/types.rbs', line 360 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
361 362 363 |
# File 'sig/types.rbs', line 361 def @message end |
#name ⇒ ::String
Returns the value of attribute name.
359 360 361 |
# File 'sig/types.rbs', line 359 def name @name end |