Class: Aws::Route53::Types::DNSSECNotFound
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::DNSSECNotFound
- Includes:
- Structure
- Defined in:
- 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
1805 1806 1807 1808 1809 |
# File 'lib/aws-sdk-route53/types.rb', line 1805 class DNSSECNotFound < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |