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
11626 11627 11628 11629 11630 |
# File 'lib/aws-sdk-qconnect/types.rb', line 11626 class UnauthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |