Class: Aws::CleanRooms::Types::ValidationException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/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>

Validation errors for specific input parameters.



10195
10196
10197
10198
10199
10200
10201
# File 'lib/aws-sdk-cleanrooms/types.rb', line 10195

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

#messageString

Returns:

  • (String)


10195
10196
10197
10198
10199
10200
10201
# File 'lib/aws-sdk-cleanrooms/types.rb', line 10195

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

#reasonString

A reason code for the exception.

Returns:

  • (String)


10195
10196
10197
10198
10199
10200
10201
# File 'lib/aws-sdk-cleanrooms/types.rb', line 10195

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