Class: Aws::Route53Domains::Types::UnsupportedTLD

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb

Overview

Amazon Route 53 does not support this top-level domain (TLD).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Amazon Route 53 does not support this top-level domain (TLD).

Returns:

  • (String)


2912
2913
2914
2915
2916
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2912

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