Class: Aws::Types::ItemError
- Inherits:
-
Object
- Object
- Aws::Types::ItemError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#item_identifier ⇒ ::String
Returns the value of attribute item_identifier.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
4812 4813 4814 |
# File 'sig/types.rbs', line 4812 def code @code end |
#item_identifier ⇒ ::String
Returns the value of attribute item_identifier.
4811 4812 4813 |
# File 'sig/types.rbs', line 4811 def item_identifier @item_identifier end |
#message ⇒ ::String
Returns the value of attribute message.
4813 4814 4815 |
# File 'sig/types.rbs', line 4813 def @message end |