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.
349 350 351 |
# File 'sig/types.rbs', line 349 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
350 351 352 |
# File 'sig/types.rbs', line 350 def @message end |
#name ⇒ ::String
Returns the value of attribute name.
348 349 350 |
# File 'sig/types.rbs', line 348 def name @name end |