Class: Aws::Ivschat::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Ivschat::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivschat/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
1285 1286 1287 1288 1289 1290 1291 |
# File 'lib/aws-sdk-ivschat/types.rb', line 1285 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1285 1286 1287 1288 1289 1290 1291 |
# File 'lib/aws-sdk-ivschat/types.rb', line 1285 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
1285 1286 1287 1288 1289 1290 1291 |
# File 'lib/aws-sdk-ivschat/types.rb', line 1285 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |