Class: Aws::IVS::Types::BatchStartViewerSessionRevocationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::BatchStartViewerSessionRevocationResponse
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchStartViewerSessionRevocationError>
Each error object is related to a specific
channelArn
andviewerId
pair in the request.
Instance Attribute Details
#errors ⇒ Array<Types::BatchStartViewerSessionRevocationError>
Each error object is related to a specific channelArn
and
viewerId
pair in the request.
193 194 195 196 197 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 193 class BatchStartViewerSessionRevocationResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |