Class: Aws::MainframeModernization::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::ValidationExceptionField
- Defined in:
- gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb
Overview
Contains information about a validation exception field.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message of the exception field.
-
#name ⇒ String
The name of the exception field.
Instance Attribute Details
#message ⇒ String
The message of the exception field.
3236 3237 3238 3239 3240 3241 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 3236 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the exception field.
3236 3237 3238 3239 3240 3241 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 3236 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end |