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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The state of the client certificate revocation list.

Returns:

  • (String)


5143
5144
5145
5146
5147
5148
# File 'lib/aws-sdk-ec2/types.rb', line 5143

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

#messageString

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

Returns:

  • (String)


5143
5144
5145
5146
5147
5148
# File 'lib/aws-sdk-ec2/types.rb', line 5143

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