Class: Aws::MediaConnect::Types::RouterInputMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::RouterInputMessage
- 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
-
#code ⇒ String
The code associated with the router input message.
-
#message ⇒ String
The message text associated with the router input message.
Instance Attribute Details
#code ⇒ String
The code associated with the router input message.
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 |
#message ⇒ String
The message text associated with the router input message.
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 |