Class: Aws::ServiceDiscovery::Errors::CustomHealthNotFound
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ServiceDiscovery::Errors::CustomHealthNotFound
- Defined in:
- lib/aws-sdk-servicediscovery/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CustomHealthNotFound
constructor
A new instance of CustomHealthNotFound.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CustomHealthNotFound
Returns a new instance of CustomHealthNotFound.
56 57 58 |
# File 'lib/aws-sdk-servicediscovery/errors.rb', line 56 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
61 62 63 |
# File 'lib/aws-sdk-servicediscovery/errors.rb', line 61 def @message || @data[:message] end |