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)


1983
1984
1985
1986
1987
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1983

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