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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-route53domains/types.rb', line 720

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