Class: Aws::QConnect::Types::UnprocessableContentException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::UnprocessableContentException
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
The server has a failure of processing the message
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
11639 11640 11641 11642 11643 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11639 class UnprocessableContentException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |