Class: Aws::Shield::Types::AccessDeniedForDependencyException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-shield/types.rb

Overview

In order to grant the necessary access to the Shield Response Team (SRT) the user submitting the request must have the ‘iam:PassRole` permission. This error indicates the user did not have the appropriate permissions. For more information, see [Granting a User Permissions to Pass a Role to an Amazon Web Services Service].

[1]: docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_passrole.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


43
44
45
46
47
# File 'lib/aws-sdk-shield/types.rb', line 43

class AccessDeniedForDependencyException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end