Class: Aws::EC2::Types::ClientCertificateRevocationListStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ClientCertificateRevocationListStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the state of a client certificate revocation list.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The state of the client certificate revocation list.
-
#message ⇒ String
A message about the status of the client certificate revocation list, if applicable.
Instance Attribute Details
#code ⇒ String
The state of the client certificate revocation list.
5848 5849 5850 5851 5852 5853 |
# File 'lib/aws-sdk-ec2/types.rb', line 5848 class ClientCertificateRevocationListStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message about the status of the client certificate revocation list, if applicable.
5848 5849 5850 5851 5852 5853 |
# File 'lib/aws-sdk-ec2/types.rb', line 5848 class ClientCertificateRevocationListStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |