Class: Aws::TaxSettings::Types::ConflictException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-taxsettings/types.rb

Overview

The exception when the input is creating conflict with the given state.

Constant Summary collapse

SENSITIVE =
[:message]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

409

Returns:

  • (String)


625
626
627
628
629
630
# File 'lib/aws-sdk-taxsettings/types.rb', line 625

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

#messageString

Returns:

  • (String)


625
626
627
628
629
630
# File 'lib/aws-sdk-taxsettings/types.rb', line 625

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