Class: Aws::TaxSettings::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
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_codeString

404

Returns:

  • (String)


1513
1514
1515
1516
1517
1518
# File 'lib/aws-sdk-taxsettings/types.rb', line 1513

class ResourceNotFoundException < Struct.new(
  :message,
  :error_code)
  SENSITIVE = [:message]
  include Aws::Structure
end

#messageString

Returns:

  • (String)


1513
1514
1515
1516
1517
1518
# File 'lib/aws-sdk-taxsettings/types.rb', line 1513

class ResourceNotFoundException < Struct.new(
  :message,
  :error_code)
  SENSITIVE = [:message]
  include Aws::Structure
end