Class: Aws::TaxSettings::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-taxsettings/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
1551 1552 1553 1554 1555 1556 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1551 class ResourceNotFoundException < Struct.new( :message, :error_code) SENSITIVE = [:message] include Aws::Structure end |
#message ⇒ String
1551 1552 1553 1554 1555 1556 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1551 class ResourceNotFoundException < Struct.new( :message, :error_code) SENSITIVE = [:message] include Aws::Structure end |