Class: Aws::Connect::Types::InvalidContactFlowException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::InvalidContactFlowException
- Defined in:
- gems/aws-sdk-connect/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.
12313 12314 12315 12316 12317 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12313 class InvalidContactFlowException < Struct.new( :problems) SENSITIVE = [] include Aws::Structure end |