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
2879 2880 2881 2882 2883 |
# File 'lib/aws-sdk-connect/types.rb', line 2879 class ContactFlowNotPublishedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |