Class: Aws::TaxSettings::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::ConflictException
- 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_code ⇒ String
409
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 |
#message ⇒ 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 |