Class: Aws::Ivschat::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::Ivschat::Types::ValidationExceptionField
- 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
-
#message ⇒ String
Explanation of the reason for the validation error.
-
#name ⇒ String
Name of the field which failed validation.
Instance Attribute Details
#message ⇒ String
Explanation of the reason for the validation error.
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 |
#name ⇒ String
Name of the field which failed validation.
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 |