Class: Aws::RAM::Errors::ResourceArnNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::RAM::Errors::ResourceArnNotFoundException
- Defined in:
- lib/aws-sdk-ram/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceArnNotFoundException
constructor
A new instance of ResourceArnNotFoundException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceArnNotFoundException
Returns a new instance of ResourceArnNotFoundException.
295 296 297 |
# File 'lib/aws-sdk-ram/errors.rb', line 295 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
300 301 302 |
# File 'lib/aws-sdk-ram/errors.rb', line 300 def @message || @data[:message] end |