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
3832 3833 3834 3835 3836 |
# File 'lib/aws-sdk-route53/types.rb', line 3832 class HostedZoneNotEmpty < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |