Class: Aws::Route53Domains::Types::DomainLimitExceeded
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::DomainLimitExceeded
- Includes:
- Structure
- Defined in:
- 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
-
#message ⇒ String
The number of domains has exceeded the allowed threshold for the account.
Instance Attribute Details
#message ⇒ String
The number of domains has exceeded the allowed threshold for the account.
773 774 775 776 777 |
# File 'lib/aws-sdk-route53domains/types.rb', line 773 class DomainLimitExceeded < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |