Class: Aws::WorkSpacesThinClient::Types::ValidationException

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

Overview

The input fails to satisfy the specified constraints.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_listArray<Types::ValidationExceptionField>

A list of fields that didn’t validate.



1376
1377
1378
1379
1380
1381
1382
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1376

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

#messageString

Returns:

  • (String)


1376
1377
1378
1379
1380
1381
1382
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1376

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

#reasonString

The reason for the exception.

Returns:

  • (String)


1376
1377
1378
1379
1380
1381
1382
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1376

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