Class: Aws::ResourceExplorer2::Types::UnauthorizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::UnauthorizedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourceexplorer2/types.rb
Overview
The principal making the request isn’t permitted to perform the operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1302 1303 1304 1305 1306 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1302 class UnauthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |