Class: Aws::Route53::Types::InvalidSigningStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::InvalidSigningStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
Your hosted zone status isn’t valid for this operation. In the hosted zone, change the status to enable ‘DNSSEC` or disable `DNSSEC`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4109 4110 4111 4112 4113 |
# File 'lib/aws-sdk-route53/types.rb', line 4109 class InvalidSigningStatus < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |