Class: Aws::ResourceGroups::Types::UnauthorizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::UnauthorizedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourcegroups/types.rb
Overview
The request was rejected because it doesn’t have valid credentials for the target resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1280 1281 1282 1283 1284 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 1280 class UnauthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |