Class: Aws::TaxSettings::Errors::ResourceNotFoundException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::TaxSettings::Errors::ResourceNotFoundException
- Defined in:
- sig/errors.rbs,
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
144 |
# File 'lib/aws-sdk-taxsettings/errors.rb', line 144
def error_code: () -> ::String
|
#message ⇒ String
139 |
# File 'lib/aws-sdk-taxsettings/errors.rb', line 139
def message: () -> ::String
|