Class: Aws::Route53::Errors::DelegationSetAlreadyReusable

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) ⇒ DelegationSetAlreadyReusable

Returns a new instance of DelegationSetAlreadyReusable.

Parameters:



246
247
248
# File 'lib/aws-sdk-route53/errors.rb', line 246

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

Instance Method Details

#messageString

Returns:

  • (String)


251
252
253
# File 'lib/aws-sdk-route53/errors.rb', line 251

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