Class: Aws::ServiceDiscovery::Errors::InstanceNotFound
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ServiceDiscovery::Errors::InstanceNotFound
- Defined in:
- lib/aws-sdk-servicediscovery/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InstanceNotFound
constructor
A new instance of InstanceNotFound.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InstanceNotFound
Returns a new instance of InstanceNotFound.
91 92 93 |
# File 'lib/aws-sdk-servicediscovery/errors.rb', line 91 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
96 97 98 |
# File 'lib/aws-sdk-servicediscovery/errors.rb', line 96 def @message || @data[:message] end |