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 the flow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
22965 22966 22967 22968 22969 |
# File 'lib/aws-sdk-connect/types.rb', line 22965 class OutputTypeNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |