Class: Aws::NimbleStudio::Errors::ResourceNotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResourceNotFoundException.

Parameters:



128
129
130
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/errors.rb', line 128

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

Instance Method Details

#codeString

Returns:

  • (String)


133
134
135
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/errors.rb', line 133

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

#contextString

Returns:

  • (String)


138
139
140
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/errors.rb', line 138

def context
  @data[:context]
end

#messageString

Returns:

  • (String)


143
144
145
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/errors.rb', line 143

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