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.
11485 11486 11487 11488 11489 11490 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11485 class LoadBalancerTlsCertificateDnsRecordCreationState < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The message that describes the reason for the status code.
11485 11486 11487 11488 11489 11490 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11485 class LoadBalancerTlsCertificateDnsRecordCreationState < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |