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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivschat/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)


1299
1300
1301
1302
1303
1304
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 1299

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

#nameString

Name of the field which failed validation.

Returns:

  • (String)


1299
1300
1301
1302
1303
1304
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 1299

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