Class: Aws::IoTFleetWise::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Overview
A validation error due to mismatch between the expected data type, length, or pattern of the parameter and the input.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message about the validation error.
-
#name ⇒ String
The name of the parameter field with the validation error.
Instance Attribute Details
#message ⇒ String
A message about the validation error.
5244 5245 5246 5247 5248 5249 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 5244 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the parameter field with the validation error.
5244 5245 5246 5247 5248 5249 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 5244 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |