Class: Aws::MPA::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MPA::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mpa/types.rb
Overview
You do not have sufficient access to perform this action. Check your permissions, and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Message for the ‘AccessDeniedException` error.
Instance Attribute Details
#message ⇒ String
Message for the ‘AccessDeniedException` error.
22 23 24 25 26 |
# File 'lib/aws-sdk-mpa/types.rb', line 22 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |