Class: Aws::KinesisVideoArchivedMedia::Types::NotAuthorizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideoArchivedMedia::Types::NotAuthorizedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideoarchivedmedia/types.rb
Overview
Status Code: 403, The caller is not authorized to perform an operation on the given stream, or the token has expired.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1205 1206 1207 1208 1209 |
# File 'lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 1205 class NotAuthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |