Class: Aws::Connect::Types::ContactFlowNotPublishedException

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

Overview

The flow has not been published.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2167
2168
2169
2170
2171
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2167

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