Class: Aws::MediaConnect::Types::RouterInputMessage

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

Overview

A message associated with a router input, including a code and a message.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The code associated with the router input message.

Returns:

  • (String)


6006
6007
6008
6009
6010
6011
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6006

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

#messageString

The message text associated with the router input message.

Returns:

  • (String)


6006
6007
6008
6009
6010
6011
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6006

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