Class: Aws::Route53::Types::HostedZoneNotFound

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

Overview

The specified HostedZone can't be found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3847
3848
3849
3850
3851
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 3847

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