Class: Aws::IVS::Types::BatchStartViewerSessionRevocationError

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

Overview

Error for a request in the batch for BatchStartViewerSessionRevocation. Each error is related to a specific channel-ARN and viewer-ID pair.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

Channel ARN.

Returns:

  • (String)


158
159
160
161
162
163
164
165
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 158

class BatchStartViewerSessionRevocationError < Struct.new(
  :channel_arn,
  :code,
  :message,
  :viewer_id)
  SENSITIVE = []
  include Aws::Structure
end

#codeString

Error code.

Returns:

  • (String)


158
159
160
161
162
163
164
165
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 158

class BatchStartViewerSessionRevocationError < Struct.new(
  :channel_arn,
  :code,
  :message,
  :viewer_id)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Error message, determined by the application.

Returns:

  • (String)


158
159
160
161
162
163
164
165
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 158

class BatchStartViewerSessionRevocationError < Struct.new(
  :channel_arn,
  :code,
  :message,
  :viewer_id)
  SENSITIVE = []
  include Aws::Structure
end

#viewer_idString

The ID of the viewer session to revoke.

Returns:

  • (String)


158
159
160
161
162
163
164
165
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 158

class BatchStartViewerSessionRevocationError < Struct.new(
  :channel_arn,
  :code,
  :message,
  :viewer_id)
  SENSITIVE = []
  include Aws::Structure
end