Class: Aws::Uxc::Types::ValidationExceptionField

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

Overview

Describes a validation exception for a specific field.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the validation exception.

Returns:

  • (String)


233
234
235
236
237
238
# File 'gems/aws-sdk-uxc/lib/aws-sdk-uxc/types.rb', line 233

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

#pathString

The field name with the validation exception.

Returns:

  • (String)


233
234
235
236
237
238
# File 'gems/aws-sdk-uxc/lib/aws-sdk-uxc/types.rb', line 233

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