Class: Aws::PartnerCentralAccount::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::AccessDeniedException
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
The request was denied due to insufficient permissions. The caller does not have the required permissions to perform this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#reason ⇒ String
The specific reason for the access denial.
Instance Attribute Details
#message ⇒ String
63 64 65 66 67 68 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 63 class AccessDeniedException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The specific reason for the access denial.
63 64 65 66 67 68 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 63 class AccessDeniedException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |