Class: Aws::PartnerCentralSelling::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::AccessDeniedException
- Defined in:
- gems/aws-sdk-partnercentralselling/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
-
#message ⇒ String
-
#reason ⇒ String
The reason why access was denied for the requested operation.
Instance Attribute Details
#message ⇒ String
51 52 53 54 55 56 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 51 class AccessDeniedException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason why access was denied for the requested operation.
51 52 53 54 55 56 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 51 class AccessDeniedException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |