Class: Aws::Route53Domains::Types::DnssecLimitExceeded

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

Overview

This error is returned if you call AssociateDelegationSignerToDomain when the specified domain has reached the maximum number of DS records. You can't add any additional DS records unless you delete an existing one first.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


720
721
722
723
724
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 720

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