Class: Aws::Types::ClientCertificateRevocationListStatus
- Inherits:
-
Object
- Object
- Aws::Types::ClientCertificateRevocationListStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "pending", "active"
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ "pending", "active"
Returns the value of attribute code.
1762 1763 1764 |
# File 'sig/types.rbs', line 1762 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
1763 1764 1765 |
# File 'sig/types.rbs', line 1763 def @message end |