Class: Aws::ConnectCases::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::ValidationException
- Defined in:
- gems/aws-sdk-connectcases/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
3971 3972 3973 3974 3975 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3971 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |