Class: Aws::APIGateway::Types::UnauthorizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::UnauthorizedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
The request is denied because the caller has insufficient permissions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5169 5170 5171 5172 5173 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5169 class UnauthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |