Class: Aws::QConnect::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
The input fails to satisfy the constraints specified by a service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
12540 12541 12542 12543 12544 |
# File 'lib/aws-sdk-qconnect/types.rb', line 12540 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |