Class: Aws::Connect::Types::InvalidContactFlowException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::InvalidContactFlowException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
The flow is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#problems ⇒ Array<Types::ProblemDetail>
The problems with the flow.
Instance Attribute Details
#problems ⇒ Array<Types::ProblemDetail>
The problems with the flow. Please fix before trying again.
11802 11803 11804 11805 11806 |
# File 'lib/aws-sdk-connect/types.rb', line 11802 class InvalidContactFlowException < Struct.new( :problems) SENSITIVE = [] include Aws::Structure end |