Class: Aws::IVS::Types::BatchStartViewerSessionRevocationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::BatchStartViewerSessionRevocationError>

Each error object is related to a specific ‘channelArn` and `viewerId` pair in the request.



186
187
188
189
190
# File 'lib/aws-sdk-ivs/types.rb', line 186

class BatchStartViewerSessionRevocationResponse < Struct.new(
  :errors)
  SENSITIVE = []
  include Aws::Structure
end