Class: Aws::Types::DataReplicationError
- Inherits:
-
Object
- Object
- Aws::Types::DataReplicationError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ "AGENT_NOT_SEEN", ...
Returns the value of attribute error.
-
#raw_error ⇒ ::String
Returns the value of attribute raw_error.
Instance Attribute Details
#error ⇒ "AGENT_NOT_SEEN", ...
Returns the value of attribute error.
214 215 216 |
# File 'sig/types.rbs', line 214 def error @error end |
#raw_error ⇒ ::String
Returns the value of attribute raw_error.
215 216 217 |
# File 'sig/types.rbs', line 215 def raw_error @raw_error end |