Class: Aws::LookoutMetrics::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
Contains information about a a field in a validation exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message with more information about the validation exception.
-
#name ⇒ String
The name of the field.
Instance Attribute Details
#message ⇒ String
The message with more information about the validation exception.
2867 2868 2869 2870 2871 2872 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 2867 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field.
2867 2868 2869 2870 2871 2872 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 2867 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |