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
3861 3862 3863 3864 3865 |
# File 'lib/aws-sdk-route53/types.rb', line 3861 class HostedZoneNotPrivate < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |