Class: Aws::Types::ReadSetBatchError
- Inherits:
-
Object
- Object
- Aws::Types::ReadSetBatchError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
1816 1817 1818 |
# File 'sig/types.rbs', line 1816 def code @code end |
#id ⇒ ::String
Returns the value of attribute id.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def id @id end |
#message ⇒ ::String
Returns the value of attribute message.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def @message end |