Class: Aws::MediaConnect::Types::Messages
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::Messages
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Messages that provide the state of the flow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<String>
A list of errors that might have been generated from processes on this flow.
Instance Attribute Details
#errors ⇒ Array<String>
A list of errors that might have been generated from processes on this flow.
3290 3291 3292 3293 3294 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3290 class Messages < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |