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
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 |
#message ⇒ 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 |