Class: Aws::Route53::Types::NoSuchKeySigningKey
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::NoSuchKeySigningKey
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
The specified key-signing key (KSK) doesn’t exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6148 6149 6150 6151 6152 |
# File 'lib/aws-sdk-route53/types.rb', line 6148 class NoSuchKeySigningKey < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |