Class: Aws::TaxSettings::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
The exception when the input doesn’t pass validation for at least one of the input parameters.
Constant Summary collapse
- SENSITIVE =
[:message]
Instance Attribute Summary collapse
-
#error_code ⇒ String
400.
-
#field_list ⇒ Array<Types::ValidationExceptionField>
400.
- #message ⇒ String
Instance Attribute Details
#error_code ⇒ String
400
1891 1892 1893 1894 1895 1896 1897 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1891 class ValidationException < Struct.new( :error_code, :field_list, :message) SENSITIVE = [:message] include Aws::Structure end |
#field_list ⇒ Array<Types::ValidationExceptionField>
400
1891 1892 1893 1894 1895 1896 1897 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1891 class ValidationException < Struct.new( :error_code, :field_list, :message) SENSITIVE = [:message] include Aws::Structure end |
#message ⇒ String
1891 1892 1893 1894 1895 1896 1897 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1891 class ValidationException < Struct.new( :error_code, :field_list, :message) SENSITIVE = [:message] include Aws::Structure end |