Class: Aws::QApps::Types::UnauthorizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::UnauthorizedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qapps/types.rb
Overview
The client is not authenticated or authorized to perform the requested operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2561 2562 2563 2564 2565 |
# File 'lib/aws-sdk-qapps/types.rb', line 2561 class UnauthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |