Class: Aws::Route53::Errors::InvalidDomainName

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-route53/lib/aws-sdk-route53/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidDomainName

Returns a new instance of InvalidDomainName.

Parameters:



491
492
493
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/errors.rb', line 491

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


496
497
498
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/errors.rb', line 496

def message
  @message || @data[:message]
end