Class: Aws::Route53Domains::Types::TLDRulesViolation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The top-level domain does not support this operation.

Returns:

  • (String)


2637
2638
2639
2640
2641
# File 'lib/aws-sdk-route53domains/types.rb', line 2637

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