Class: Aws::Uxc::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::Uxc::Types::ValidationExceptionField
- Defined in:
- gems/aws-sdk-uxc/lib/aws-sdk-uxc/types.rb
Overview
Describes a validation exception for a specific field.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing the validation exception.
-
#path ⇒ String
The field name with the validation exception.
Instance Attribute Details
#message ⇒ String
A message describing the validation exception.
233 234 235 236 237 238 |
# File 'gems/aws-sdk-uxc/lib/aws-sdk-uxc/types.rb', line 233 class ValidationExceptionField < Struct.new( :path, :message) SENSITIVE = [] include Aws::Structure end |
#path ⇒ String
The field name with the validation exception.
233 234 235 236 237 238 |
# File 'gems/aws-sdk-uxc/lib/aws-sdk-uxc/types.rb', line 233 class ValidationExceptionField < Struct.new( :path, :message) SENSITIVE = [] include Aws::Structure end |