Class: Aws::PartnerCentralSelling::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
This error occurs when you don’t have permission to perform the requested action.
You don’t have access to this action or resource. Review IAM policies or contact your AWS administrator for assistance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
24 25 26 27 28 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 24 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |