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
47 48 49 50 51 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 47 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |