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>)


3088
3089
3090
3091
3092
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3088

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