Class: Aws::Route53::Types::DNSSECNotFound
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::DNSSECNotFound
- Defined in:
- gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb
Overview
The hosted zone doesn't have any DNSSEC resources.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2109 2110 2111 2112 2113 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2109 class DNSSECNotFound < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |