Class: Aws::SocialMessaging::Types::CreateWhatsAppFlowOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::CreateWhatsAppFlowOutput
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_id ⇒ String
The unique identifier assigned to the Flow by Meta.
-
#validation_errors ⇒ Array<String>
A list of validation errors returned by Meta, if any.
Instance Attribute Details
#flow_id ⇒ String
The unique identifier assigned to the Flow by Meta.
133 134 135 136 137 138 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 133 class CreateWhatsAppFlowOutput < Struct.new( :flow_id, :validation_errors) SENSITIVE = [] include Aws::Structure end |
#validation_errors ⇒ Array<String>
A list of validation errors returned by Meta, if any. Validation errors must be resolved before the Flow can be published.
133 134 135 136 137 138 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 133 class CreateWhatsAppFlowOutput < Struct.new( :flow_id, :validation_errors) SENSITIVE = [] include Aws::Structure end |