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
11616 11617 11618 11619 11620 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11616 class UnprocessableContentException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |