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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2659
2660
2661
2662
2663
# File 'lib/aws-sdk-connect/types.rb', line 2659

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