Class: Aws::Macie::Types::AccessDeniedException

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

Overview

(Discontinued) You do not have required permissions to access the requested resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


25
26
27
28
29
30
# File 'lib/aws-sdk-macie/types.rb', line 25

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

#resource_typeString

Resource type that caused the exception

Returns:

  • (String)


25
26
27
28
29
30
# File 'lib/aws-sdk-macie/types.rb', line 25

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