Class: Aws::Route53::Types::KeySigningKeyInUse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/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

#messageString

Returns:

  • (String)


4384
4385
4386
4387
4388
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 4384

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