Class: Aws::Route53Domains::Types::DomainLimitExceeded

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

Overview

The number of domains has exceeded the allowed threshold for the account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The number of domains has exceeded the allowed threshold for the account.

Returns:

  • (String)


773
774
775
776
777
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 773

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