Class: Aws::NovaAct::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::NovaAct::Types::ValidationExceptionField
- Defined in:
- gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb
Overview
Information about a field that failed validation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A description of the validation error for this field.
-
#name ⇒ String
The name of the field that failed validation.
Instance Attribute Details
#message ⇒ String
A description of the validation error for this field.
1231 1232 1233 1234 1235 1236 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1231 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field that failed validation.
1231 1232 1233 1234 1235 1236 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1231 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |