Class: Aws::TaxSettings::Errors::ResourceNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::TaxSettings::Errors::ResourceNotFoundException
- Defined in:
- lib/aws-sdk-taxsettings/errors.rb
Instance Method Summary collapse
- #error_code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
constructor
A new instance of ResourceNotFoundException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
Returns a new instance of ResourceNotFoundException.
134 135 136 |
# File 'lib/aws-sdk-taxsettings/errors.rb', line 134 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_code ⇒ String
139 140 141 |
# File 'lib/aws-sdk-taxsettings/errors.rb', line 139 def error_code @data[:error_code] end |
#message ⇒ String
144 145 146 |
# File 'lib/aws-sdk-taxsettings/errors.rb', line 144 def @message || @data[:message] end |