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
4216 4217 4218 4219 4220 |
# File 'lib/aws-sdk-connect/types.rb', line 4216 class ContactFlowNotPublishedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |