Class: Aws::Types::AutomatedDiscoveryAccountUpdateError
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedDiscoveryAccountUpdateError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#error_code ⇒ "ACCOUNT_PAUSED", "ACCOUNT_NOT_FOUND"
Returns the value of attribute error_code.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
101 102 103 |
# File 'sig/types.rbs', line 101 def account_id @account_id end |
#error_code ⇒ "ACCOUNT_PAUSED", "ACCOUNT_NOT_FOUND"
Returns the value of attribute error_code.
102 103 104 |
# File 'sig/types.rbs', line 102 def error_code @error_code end |