Class: Aws::Ivschat::Types::ValidationException

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_listArray<Types::ValidationExceptionField>



1279
1280
1281
1282
1283
1284
1285
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 1279

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

#messageString

Returns:

  • (String)


1279
1280
1281
1282
1283
1284
1285
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 1279

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

#reasonString

Returns:

  • (String)


1279
1280
1281
1282
1283
1284
1285
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 1279

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