Class: Aws::Route53::Types::HostedZoneAlreadyExists

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

Overview

The hosted zone you’re trying to create already exists. Amazon Route 53 returns this error when a hosted zone has already been created with the specified ‘CallerReference`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3772
3773
3774
3775
3776
# File 'lib/aws-sdk-route53/types.rb', line 3772

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