Class: Aws::Route53::Types::HostedZoneNotPrivate
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::HostedZoneNotPrivate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
The specified hosted zone is a public hosted zone, not a private hosted zone.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3859 3860 3861 3862 3863 |
# File 'lib/aws-sdk-route53/types.rb', line 3859 class HostedZoneNotPrivate < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |