Class: Aws::Route53::Types::HostedZoneAlreadyExists
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::HostedZoneAlreadyExists
- 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
#message ⇒ String
3770 3771 3772 3773 3774 |
# File 'lib/aws-sdk-route53/types.rb', line 3770 class HostedZoneAlreadyExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |