ClientCertificateRevocationListStatus
public struct ClientCertificateRevocationListStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The state of the client certificate revocation list.
Declaration
Swift
public let code: ClientCertificateRevocationListStatusCode?
-
A message about the status of the client certificate revocation list, if applicable.
Declaration
Swift
public let message: String?
-
Undocumented
Declaration
Swift
public init(code: ClientCertificateRevocationListStatusCode? = nil, message: String? = nil)