Class: Aws::PartnerCentralChannel::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::AccessDeniedException
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
The request was denied due to insufficient permissions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing the access denial.
-
#reason ⇒ String
The reason for the access denial.
Instance Attribute Details
#message ⇒ String
A message describing the access denial.
78 79 80 81 82 83 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 78 class AccessDeniedException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the access denial.
78 79 80 81 82 83 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 78 class AccessDeniedException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |