Class: Aws::Types::ExportErrorDetailsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ExportErrorDetailsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#type ⇒ "CLIENT_ERROR", "SERVER_ERROR"
Returns the value of attribute type.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
127 128 129 |
# File 'sig/types.rbs', line 127 def @message end |
#type ⇒ "CLIENT_ERROR", "SERVER_ERROR"
Returns the value of attribute type.
128 129 130 |
# File 'sig/types.rbs', line 128 def type @type end |