Class: Aws::Route53::Errors::HealthCheckInUse
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Route53::Errors::HealthCheckInUse
- Defined in:
- lib/aws-sdk-route53/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ HealthCheckInUse
constructor
A new instance of HealthCheckInUse.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ HealthCheckInUse
Returns a new instance of HealthCheckInUse.
321 322 323 |
# File 'lib/aws-sdk-route53/errors.rb', line 321 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
326 327 328 |
# File 'lib/aws-sdk-route53/errors.rb', line 326 def @message || @data[:message] end |