Class: Aws::Route53::Types::NoSuchHostedZone
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::NoSuchHostedZone
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
6135 6136 6137 6138 6139 |
# File 'lib/aws-sdk-route53/types.rb', line 6135 class NoSuchHostedZone < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |