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
5797 5798 5799 5800 5801 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5797 class UnauthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |