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.
158 159 160 |
# File 'sig/types.rbs', line 158 def error @error end |
#raw_error ⇒ ::String
Returns the value of attribute raw_error.
159 160 161 |
# File 'sig/types.rbs', line 159 def raw_error @raw_error end |