AWSEC2ClientCertificateRevocationListStatus
Objective-C
@interface AWSEC2ClientCertificateRevocationListStatus
Swift
class AWSEC2ClientCertificateRevocationListStatus
Describes the state of a client certificate revocation list.
-
The state of the client certificate revocation list.
Declaration
Objective-C
@property (nonatomic) AWSEC2ClientCertificateRevocationListStatusCode code;Swift
var code: AWSEC2ClientCertificateRevocationListStatusCode { get set } -
A message about the status of the client certificate revocation list, if applicable.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable message;Swift
var message: String? { get set }
View on GitHub
Install in Dash
AWSEC2ClientCertificateRevocationListStatus Class Reference