Class: Aws::PCS::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::AccessDeniedException
- Defined in:
- gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb
Overview
You don't have permission to perform the action.
Examples
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 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 31 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |