Class: Aws::Connect::Types::InvalidContactFlowModuleException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::InvalidContactFlowModuleException
- Includes:
- Structure
- Defined in:
- 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>
11815 11816 11817 11818 11819 |
# File 'lib/aws-sdk-connect/types.rb', line 11815 class InvalidContactFlowModuleException < Struct.new( :problems) SENSITIVE = [] include Aws::Structure end |