Class: Aws::Route53::Types::HostedZoneNotEmpty
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::HostedZoneNotEmpty
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
3834 3835 3836 3837 3838 |
# File 'lib/aws-sdk-route53/types.rb', line 3834 class HostedZoneNotEmpty < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |