Class: Aws::Route53::Types::DNSSECNotFound

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


1807
1808
1809
1810
1811
# File 'lib/aws-sdk-route53/types.rb', line 1807

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