Class: Aws::Route53::Types::HostedZonePartiallyDelegated
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::HostedZonePartiallyDelegated
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-route53/types.rb
 
Overview
The hosted zone nameservers don’t match the parent nameservers. The hosted zone and parent must have the same nameservers.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      3905 3906 3907 3908 3909  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 3905 class HostedZonePartiallyDelegated < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |