Class: Aws::ChimeSDKVoice::Errors::NotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NotFoundException.

Parameters:



104
105
106
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/errors.rb', line 104

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