Class: Aws::Route53::Errors::DNSSECNotFound

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

Returns a new instance of DNSSECNotFound.

Parameters:



216
217
218
# File 'lib/aws-sdk-route53/errors.rb', line 216

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

Instance Method Details

#messageString

Returns:

  • (String)


221
222
223
# File 'lib/aws-sdk-route53/errors.rb', line 221

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