Class: Aws::IVS::Types::BatchStartViewerSessionRevocationError
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::BatchStartViewerSessionRevocationError
- Includes:
- Structure
- Defined in:
- 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
-
#channel_arn ⇒ String
Channel ARN.
-
#code ⇒ String
Error code.
-
#message ⇒ String
Error message, determined by the application.
-
#viewer_id ⇒ String
The ID of the viewer session to revoke.
Instance Attribute Details
#channel_arn ⇒ String
Channel ARN.
165 166 167 168 169 170 171 172 |
# File 'lib/aws-sdk-ivs/types.rb', line 165 class BatchStartViewerSessionRevocationError < Struct.new( :channel_arn, :code, :message, :viewer_id) SENSITIVE = [] include Aws::Structure end |
#code ⇒ String
Error code.
165 166 167 168 169 170 171 172 |
# File 'lib/aws-sdk-ivs/types.rb', line 165 class BatchStartViewerSessionRevocationError < Struct.new( :channel_arn, :code, :message, :viewer_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Error message, determined by the application.
165 166 167 168 169 170 171 172 |
# File 'lib/aws-sdk-ivs/types.rb', line 165 class BatchStartViewerSessionRevocationError < Struct.new( :channel_arn, :code, :message, :viewer_id) SENSITIVE = [] include Aws::Structure end |
#viewer_id ⇒ String
The ID of the viewer session to revoke.
165 166 167 168 169 170 171 172 |
# File 'lib/aws-sdk-ivs/types.rb', line 165 class BatchStartViewerSessionRevocationError < Struct.new( :channel_arn, :code, :message, :viewer_id) SENSITIVE = [] include Aws::Structure end |