Class: Aws::Connect::Types::InvalidContactFlowModuleException

Inherits:
Struct
  • Object
show all
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

#problemsArray<Types::ProblemDetail>



18609
18610
18611
18612
18613
# File 'lib/aws-sdk-connect/types.rb', line 18609

class InvalidContactFlowModuleException < Struct.new(
  :problems)
  SENSITIVE = []
  include Aws::Structure
end