Class: Aws::Uxc::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Uxc::Types::ValidationException
- Defined in:
- gems/aws-sdk-uxc/lib/aws-sdk-uxc/types.rb
Overview
The input fails to satisfy the constraints specified by an Amazon Web Services service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_list ⇒ Array<Types::ValidationExceptionField>
The list of fields that are invalid.
-
#message ⇒ String
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
The list of fields that are invalid.
214 215 216 217 218 219 |
# File 'gems/aws-sdk-uxc/lib/aws-sdk-uxc/types.rb', line 214 class ValidationException < Struct.new( :message, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
214 215 216 217 218 219 |
# File 'gems/aws-sdk-uxc/lib/aws-sdk-uxc/types.rb', line 214 class ValidationException < Struct.new( :message, :field_list) SENSITIVE = [] include Aws::Structure end |