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
7144 7145 7146 7147 7148 |
# File 'lib/aws-sdk-apigateway/types.rb', line 7144 class UnauthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |