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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/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>)


3035
3036
3037
3038
3039
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3035

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