Class: Aws::Types::RecoveryInstanceDataReplicationError
- Inherits:
-
Object
- Object
- Aws::Types::RecoveryInstanceDataReplicationError
- 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.
900 901 902 |
# File 'sig/types.rbs', line 900 def error @error end |
#raw_error ⇒ ::String
Returns the value of attribute raw_error.
901 902 903 |
# File 'sig/types.rbs', line 901 def raw_error @raw_error end |