Class: Aws::Lightsail::Types::LoadBalancerTlsCertificateDnsRecordCreationState
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::LoadBalancerTlsCertificateDnsRecordCreationState
- 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
-
#code ⇒ String
The status code for the automated DNS record creation.
-
#message ⇒ String
The message that describes the reason for the status code.
Instance Attribute Details
#code ⇒ String
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.
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 |
#message ⇒ String
The message that describes the reason for the status code.
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 |