Class: Aws::ResourceGroups::Types::ForbiddenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::ForbiddenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourcegroups/types.rb
Overview
The caller isn’t authorized to make the request. Check permissions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
249 250 251 252 253 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 249 class ForbiddenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |