Class: Aws::Connect::Types::OutputTypeNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Thrown for analyzed content when requested OutputType was not enabled for a given contact. For example, if an OutputType.Raw was requested for a contact that had ‘RedactedOnly` Redaction policy set in Contact flow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


14884
14885
14886
14887
14888
# File 'lib/aws-sdk-connect/types.rb', line 14884

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