Class: Aws::Connect::Types::InvalidContactFlowModuleException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::InvalidContactFlowModuleException
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
The problems with the module. Please fix before trying again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#problems ⇒ Array<Types::ProblemDetail>
12648 12649 12650 12651 12652 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12648 class InvalidContactFlowModuleException < Struct.new( :problems) SENSITIVE = [] include Aws::Structure end |