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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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 the flow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


18023
18024
18025
18026
18027
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18023

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