Class: Aws::IVS::Types::BatchStartViewerSessionRevocationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::BatchStartViewerSessionRevocationResponse
- Includes:
- Structure
- Defined in:
- 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` and `viewerId` 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 'lib/aws-sdk-ivs/types.rb', line 193 class BatchStartViewerSessionRevocationResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |