Class: Aws::Types::UnprocessedScramSecret
- Inherits:
-
Object
- Object
- Aws::Types::UnprocessedScramSecret
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def @error_message end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def secret_arn @secret_arn end |