Class: Aws::Route53::Types::NoSuchHostedZone

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb

Overview

No hosted zone exists with the ID that you specified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6137
6138
6139
6140
6141
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 6137

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