Class: Aws::MediaConnect::Types::RouterOutputMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconnect/types.rb

Overview

A message associated with a router output.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The code associated with the router output message.

Returns:

  • (String)


6640
6641
6642
6643
6644
6645
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6640

class RouterOutputMessage < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The message text associated with the router output message.

Returns:

  • (String)


6640
6641
6642
6643
6644
6645
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6640

class RouterOutputMessage < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end