Class: Aws::TaxSettings::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
The exception thrown when the input doesn’t have a resource associated to it.
Constant Summary collapse
- SENSITIVE =
[:message]
Instance Attribute Summary collapse
Instance Attribute Details
#error_code ⇒ String
404
1274 1275 1276 1277 1278 1279 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1274 class ResourceNotFoundException < Struct.new( :error_code, :message) SENSITIVE = [:message] include Aws::Structure end |
#message ⇒ String
1274 1275 1276 1277 1278 1279 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1274 class ResourceNotFoundException < Struct.new( :error_code, :message) SENSITIVE = [:message] include Aws::Structure end |