Class: Aws::PCS::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcs/types.rb
Overview
You don’t have permission to perform the action.
<u>Examples</u>
-
The launch template instance profile doesn’t pass ‘iam:PassRole` verification.
-
There is a mismatch between the account ID and cluster ID.
-
The cluster ID doesn’t exist.
-
The EC2 instance isn’t present.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
31 32 33 34 35 |
# File 'lib/aws-sdk-pcs/types.rb', line 31 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |