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>

Returns:



10176
10177
10178
10179
10180
# File 'lib/aws-sdk-connect/types.rb', line 10176

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