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)


755
756
757
758
759
760
# File 'lib/aws-sdk-taxsettings/types.rb', line 755

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

#messageString

Returns:

  • (String)


755
756
757
758
759
760
# File 'lib/aws-sdk-taxsettings/types.rb', line 755

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