Class: Aws::Route53::Errors::DelegationSetNotReusable

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DelegationSetNotReusable.

Parameters:



291
292
293
# File 'lib/aws-sdk-route53/errors.rb', line 291

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

Instance Method Details

#messageString

Returns:

  • (String)


296
297
298
# File 'lib/aws-sdk-route53/errors.rb', line 296

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