Class: Aws::MediaConnect::Types::BatchGetRouterNetworkInterfaceError
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::BatchGetRouterNetworkInterfaceError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
An error that occurred when retrieving multiple router network interfaces in the BatchGetRouterNetworkInterface operation, including the ARN, error code, and error message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the router network interface for which the error occurred.
-
#code ⇒ String
The error code associated with the error.
-
#message ⇒ String
A message describing the error.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the router network interface for which the error occurred.
758 759 760 761 762 763 764 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 758 class BatchGetRouterNetworkInterfaceError < Struct.new( :arn, :code, :message) SENSITIVE = [] include Aws::Structure end |
#code ⇒ String
The error code associated with the error.
758 759 760 761 762 763 764 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 758 class BatchGetRouterNetworkInterfaceError < Struct.new( :arn, :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message describing the error.
758 759 760 761 762 763 764 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 758 class BatchGetRouterNetworkInterfaceError < Struct.new( :arn, :code, :message) SENSITIVE = [] include Aws::Structure end |