Class: Aws::Route53::Types::TooManyKeySigningKeys
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::TooManyKeySigningKeys
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
You’ve reached the limit for the number of key-signing keys (KSKs). Remove at least one KSK, and then try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7202 7203 7204 7205 7206 |
# File 'lib/aws-sdk-route53/types.rb', line 7202 class TooManyKeySigningKeys < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |