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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10176

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