Class: Aws::PCS::Types::AccessDeniedException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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