Class: Aws::Route53::Types::HostedZonePartiallyDelegated

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


3907
3908
3909
3910
3911
# File 'lib/aws-sdk-route53/types.rb', line 3907

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