Class: Aws::MediaConnect::Types::Messages

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#errorsArray<String>

A list of errors that might have been generated from processes on this flow.

Returns:

  • (Array<String>)


3078
3079
3080
3081
3082
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3078

class Messages < Struct.new(
  :errors)
  SENSITIVE = []
  include Aws::Structure
end