Class: Aws::Route53::Types::KeySigningKeyAlreadyExists
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::KeySigningKeyAlreadyExists
- 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
#message ⇒ String
4354 4355 4356 4357 4358 |
# File 'lib/aws-sdk-route53/types.rb', line 4354 class KeySigningKeyAlreadyExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |