Class: Aws::AppTest::Types::ValidationExceptionField

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

Overview

Specifies a validation exception field.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message stating reason for why service validation failed.

Returns:

  • (String)


3251
3252
3253
3254
3255
3256
# File 'lib/aws-sdk-apptest/types.rb', line 3251

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

#nameString

The name of the validation exception field.

Returns:

  • (String)


3251
3252
3253
3254
3255
3256
# File 'lib/aws-sdk-apptest/types.rb', line 3251

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