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.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def @message end |