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)


2763
2764
2765
2766
2767
# File 'lib/aws-sdk-route53domains/types.rb', line 2763

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