You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the state of a client certificate revocation list.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The state of the client certificate revocation list.

Possible values:

  • pending
  • active

Returns:

  • (String)

    The state of the client certificate revocation list.

#messageString

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

Returns:

  • (String)

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