Class: Aws::Route53Domains::Types::TLDRulesViolation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::TLDRulesViolation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53domains/types.rb
Overview
The top-level domain does not support this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The top-level domain does not support this operation.
Instance Attribute Details
#message ⇒ String
The top-level domain does not support this operation.
2647 2648 2649 2650 2651 |
# File 'lib/aws-sdk-route53domains/types.rb', line 2647 class TLDRulesViolation < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |