Class: Aws::TaxSettings::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
The information about the specified parameter in the request that caused an error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the parameter that caused a ‘ValidationException` error.
Instance Attribute Details
#name ⇒ String
The name of the parameter that caused a ‘ValidationException` error.
1908 1909 1910 1911 1912 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1908 class ValidationExceptionField < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |