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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-shield/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


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

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