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.
19687 19688 19689 19690 19691 |
# File 'lib/aws-sdk-connect/types.rb', line 19687 class InvalidContactFlowException < Struct.new( :problems) SENSITIVE = [] include Aws::Structure end |