Class: Aws::Route53::Types::KeySigningKeyInUse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::KeySigningKeyInUse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
The key-signing key (KSK) that you specified can’t be deactivated because it’s the only KSK for a currently-enabled DNSSEC. Disable DNSSEC signing, or add or enable another KSK.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4382 4383 4384 4385 4386 |
# File 'lib/aws-sdk-route53/types.rb', line 4382 class KeySigningKeyInUse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |