Class: Aws::QConnect::Types::UnprocessableContentException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


11839
11840
11841
11842
11843
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11839

class UnprocessableContentException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end