Class: Aws::Connect::Types::OutputTypeNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::OutputTypeNotFoundException
- 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
#message ⇒ String
15105 15106 15107 15108 15109 |
# File 'lib/aws-sdk-connect/types.rb', line 15105 class OutputTypeNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |