Class: Aws::ResourceExplorer2::Types::UnauthorizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::UnauthorizedException
- Defined in:
- gems/aws-sdk-resourceexplorer2/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
2037 2038 2039 2040 2041 |
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 2037 class UnauthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |