Class: Aws::AlexaForBusiness::Types::UnauthorizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::UnauthorizedException
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
The caller has no permissions to operate on the resource involved in the API call.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4707 4708 4709 4710 4711 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4707 class UnauthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |