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)


6250
6251
6252
6253
6254
6255
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6250

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

#messageString

The message text associated with the router input message.

Returns:

  • (String)


6250
6251
6252
6253
6254
6255
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6250

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