Class: Aws::Route53::Types::HostedZoneNotPrivate

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/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

#messageString

Returns:

  • (String)


3861
3862
3863
3864
3865
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 3861

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