Class: Aws::IVSRealTime::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exception_message ⇒ String
User does not have sufficient access to perform this action.
Instance Attribute Details
#exception_message ⇒ String
User does not have sufficient access to perform this action.
19 20 21 22 23 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 19 class AccessDeniedException < Struct.new( :exception_message) SENSITIVE = [] include Aws::Structure end |