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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


5183
5184
5185
5186
5187
5188
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5183

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)


5183
5184
5185
5186
5187
5188
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5183

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