Class: Aws::KinesisVideoMedia::Types::NotAuthorizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideoMedia::Types::NotAuthorizedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideomedia/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
172 173 174 175 176 |
# File 'lib/aws-sdk-kinesisvideomedia/types.rb', line 172 class NotAuthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |