Class: Aws::IVS::Types::BatchError

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

Overview

Error related to a specific channel, specified by its ARN.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

ARN of an IVS resource; e.g., channel.

Returns:

  • (String)


73
74
75
76
77
78
79
# File 'lib/aws-sdk-ivs/types.rb', line 73

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

#codeString

Error code.

Returns:

  • (String)


73
74
75
76
77
78
79
# File 'lib/aws-sdk-ivs/types.rb', line 73

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

#messageString

Error message, determined by the application.

Returns:

  • (String)


73
74
75
76
77
78
79
# File 'lib/aws-sdk-ivs/types.rb', line 73

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