Class: Aws::Connect::Types::InvalidContactFlowException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

The flow is not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#problemsArray<Types::ProblemDetail>

The problems with the flow. Please fix before trying again.

Returns:



10163
10164
10165
10166
10167
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10163

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