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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivs/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

Channel ARN.

Returns:

  • (String)


73
74
75
76
77
78
79
# File 'gems/aws-sdk-ivs/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 'gems/aws-sdk-ivs/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 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 73

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