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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-taxsettings/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)


533
534
535
536
537
538
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 533

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

#messageString

Returns:

  • (String)


533
534
535
536
537
538
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 533

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