Class: Aws::MediaLive::Errors::NotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NotFoundException.

Parameters:



141
142
143
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/errors.rb', line 141

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

Instance Method Details

#messageString

Returns:

  • (String)


146
147
148
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/errors.rb', line 146

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