Class: Aws::Ivschat::Types::ValidationExceptionField

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

Overview

This object is used in the ValidationException error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Explanation of the reason for the validation error.

Returns:

  • (String)


1305
1306
1307
1308
1309
1310
# File 'lib/aws-sdk-ivschat/types.rb', line 1305

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

#nameString

Name of the field which failed validation.

Returns:

  • (String)


1305
1306
1307
1308
1309
1310
# File 'lib/aws-sdk-ivschat/types.rb', line 1305

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