Class: Aws::Route53::Types::HostedZoneNotEmpty

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb

Overview

The hosted zone contains resource records that are not SOA or NS records.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3834
3835
3836
3837
3838
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 3834

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