Class: Aws::Route53::Errors::HealthCheckAlreadyExists
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Route53::Errors::HealthCheckAlreadyExists
- Defined in:
- lib/aws-sdk-route53/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ HealthCheckAlreadyExists
constructor
A new instance of HealthCheckAlreadyExists.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ HealthCheckAlreadyExists
Returns a new instance of HealthCheckAlreadyExists.
306 307 308 |
# File 'lib/aws-sdk-route53/errors.rb', line 306 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
311 312 313 |
# File 'lib/aws-sdk-route53/errors.rb', line 311 def @message || @data[:message] end |