Class: Aws::ConnectCases::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
The request isn’t valid. Check the syntax and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2631 2632 2633 2634 2635 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2631 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |