Class: Aws::QConnect::Types::UnauthorizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::UnauthorizedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
You do not have permission to perform this action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
11826 11827 11828 11829 11830 |
# File 'lib/aws-sdk-qconnect/types.rb', line 11826 class UnauthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |