Class: Aws::Route53::Errors::HealthCheckInUse

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

Returns a new instance of HealthCheckInUse.

Parameters:



321
322
323
# File 'lib/aws-sdk-route53/errors.rb', line 321

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

Instance Method Details

#messageString

Returns:

  • (String)


326
327
328
# File 'lib/aws-sdk-route53/errors.rb', line 326

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