Class: Aws::Uxc::Types::ValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-uxc/lib/aws-sdk-uxc/types.rb

Overview

The input fails to satisfy the constraints specified by an Amazon Web Services service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_listArray<Types::ValidationExceptionField>

The list of fields that are invalid.



214
215
216
217
218
219
# File 'gems/aws-sdk-uxc/lib/aws-sdk-uxc/types.rb', line 214

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

#messageString

Returns:

  • (String)


214
215
216
217
218
219
# File 'gems/aws-sdk-uxc/lib/aws-sdk-uxc/types.rb', line 214

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