Class: Aws::MediaConnect::Types::BatchGetRouterInputError

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

Overview

An error that occurred when retrieving multiple router inputs in the BatchGetRouterInput operation, including the ARN, error code, and error message.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the router input for which the error occurred.

Returns:

  • (String)


700
701
702
703
704
705
706
# File 'lib/aws-sdk-mediaconnect/types.rb', line 700

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

#codeString

The error code associated with the error.

Returns:

  • (String)


700
701
702
703
704
705
706
# File 'lib/aws-sdk-mediaconnect/types.rb', line 700

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

#messageString

A message describing the error.

Returns:

  • (String)


700
701
702
703
704
705
706
# File 'lib/aws-sdk-mediaconnect/types.rb', line 700

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