Class: Aws::Types::BatchReadException
- Inherits:
-
Object
- Object
- Aws::Types::BatchReadException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#type ⇒ "ValidationException", ...
Returns the value of attribute type.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
423 424 425 |
# File 'sig/types.rbs', line 423 def @message end |
#type ⇒ "ValidationException", ...
Returns the value of attribute type.
422 423 424 |
# File 'sig/types.rbs', line 422 def type @type end |