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)


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