Class: Aws::DevOpsGuru::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
You don’t have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see [Access Management] in the *IAM User Guide*.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
27 28 29 30 31 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 27 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |