Class: Aws::Route53::Types::KeySigningKeyAlreadyExists

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53/types.rb

Overview

You’ve already created a key-signing key (KSK) with this name or with the same customer managed key ARN.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4356
4357
4358
4359
4360
# File 'lib/aws-sdk-route53/types.rb', line 4356

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