Class: Aws::EC2::Types::ClientCertificateRevocationListStatus

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes the state of a client certificate revocation list.

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The state of the client certificate revocation list.

Returns:

  • (String)


2873
2874
2875
2876
2877
# File 'lib/aws-sdk-ec2/types.rb', line 2873

class ClientCertificateRevocationListStatus < Struct.new(
  :code,
  :message)
  include Aws::Structure
end

#messageString

A message about the status of the client certificate revocation list, if applicable.

Returns:

  • (String)


2873
2874
2875
2876
2877
# File 'lib/aws-sdk-ec2/types.rb', line 2873

class ClientCertificateRevocationListStatus < Struct.new(
  :code,
  :message)
  include Aws::Structure
end