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:



20769
20770
20771
20772
20773
# File 'lib/aws-sdk-connect/types.rb', line 20769

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