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>
      13459 13460 13461 13462 13463  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 13459 class InvalidContactFlowModuleException < Struct.new( :problems) SENSITIVE = [] include Aws::Structure end  |