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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53domains/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)


2647
2648
2649
2650
2651
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2647

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