Class: Aws::Lightsail::Types::LoadBalancerTlsCertificateDnsRecordCreationState

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

An object that describes the state of the canonical name (CNAME) records that are automatically added by Lightsail to the DNS of the domain to validate domain ownership.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The status code for the automated DNS record creation.

Following are the possible values:

  • SUCCEEDED - The validation records were successfully added.

  • STARTED - The automatic DNS record creation has started.

  • FAILED - The validation record addition failed.

Returns:

  • (String)


11486
11487
11488
11489
11490
11491
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11486

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

#messageString

The message that describes the reason for the status code.

Returns:

  • (String)


11486
11487
11488
11489
11490
11491
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11486

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