Class: Aws::AppTest::Types::ValidationException

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

Overview

One or more parameter provided in the request is not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_listArray<Types::ValidationExceptionField>

The field list of the validation exception.



3231
3232
3233
3234
3235
3236
3237
# File 'lib/aws-sdk-apptest/types.rb', line 3231

class ValidationException < Struct.new(
  :message,
  :reason,
  :field_list)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


3231
3232
3233
3234
3235
3236
3237
# File 'lib/aws-sdk-apptest/types.rb', line 3231

class ValidationException < Struct.new(
  :message,
  :reason,
  :field_list)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason for the validation exception.

Returns:

  • (String)


3231
3232
3233
3234
3235
3236
3237
# File 'lib/aws-sdk-apptest/types.rb', line 3231

class ValidationException < Struct.new(
  :message,
  :reason,
  :field_list)
  SENSITIVE = []
  include Aws::Structure
end