Class: Aws::CodeCatalyst::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
The request was denied because you don’t have sufficient access to perform this action. Verify that you are a member of a role that allows this action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
22 23 24 25 26 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 22 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |