Class: Aws::MWAAServerless::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::MWAAServerless::Types::ValidationExceptionField
- Defined in:
- gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb
Overview
Contains information about a field that failed validation, including the field name and a descriptive error message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message that describes why the field failed validation.
-
#name ⇒ String
The name of the field that failed validation.
Instance Attribute Details
#message ⇒ String
A message that describes why the field failed validation.
1377 1378 1379 1380 1381 1382 |
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 1377 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field that failed validation.
1377 1378 1379 1380 1381 1382 |
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 1377 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |