Class: Aws::AppMesh::Errors::NotFoundException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotFoundException

Returns a new instance of NotFoundException.

Parameters:



131
132
133
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/errors.rb', line 131

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

Instance Method Details

#messageString

Returns:

  • (String)


136
137
138
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/errors.rb', line 136

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