Class: Aws::MainframeModernization::Types::ValidationExceptionField

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mainframemodernization/types.rb

Overview

Contains information about a validation exception field.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message of the exception field.

Returns:

  • (String)


3221
3222
3223
3224
3225
3226
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 3221

class ValidationExceptionField < Struct.new(
  :message,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the exception field.

Returns:

  • (String)


3221
3222
3223
3224
3225
3226
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 3221

class ValidationExceptionField < Struct.new(
  :message,
  :name)
  SENSITIVE = []
  include Aws::Structure
end