Class: Aws::IoTFleetWise::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Overview
The input fails to satisfy the constraints specified by an Amazon Web Services service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_list ⇒ Array<Types::ValidationExceptionField>
The list of fields that fail to satisfy the constraints specified by an Amazon Web Services service.
- #message ⇒ String
-
#reason ⇒ String
The reason the input failed to satisfy the constraints specified by an Amazon Web Services service.
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
The list of fields that fail to satisfy the constraints specified by an Amazon Web Services service.
5225 5226 5227 5228 5229 5230 5231 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 5225 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
5225 5226 5227 5228 5229 5230 5231 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 5225 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason the input failed to satisfy the constraints specified by an Amazon Web Services service.
5225 5226 5227 5228 5229 5230 5231 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 5225 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |