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)


11395
11396
11397
11398
11399
11400
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11395

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

#messageString

The message that describes the reason for the status code.

Returns:

  • (String)


11395
11396
11397
11398
11399
11400
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11395

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