Class: Aws::Connect::Types::ContactFlowNotPublishedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ContactFlowNotPublishedException
- 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
#message ⇒ 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 |