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)


2884
2885
2886
2887
2888
# File 'lib/aws-sdk-ec2/types.rb', line 2884

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)


2884
2885
2886
2887
2888
# File 'lib/aws-sdk-ec2/types.rb', line 2884

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