Class: Aws::Route53::Types::InvalidKeySigningKeyName

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

Overview

The key-signing key (KSK) name that you specified isn't a valid name.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4069
4070
4071
4072
4073
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 4069

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