Class: Aws::Macie::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie::Types::AccessDeniedException
- 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
- #message ⇒ String
-
#resource_type ⇒ String
Resource type that caused the exception.
Instance Attribute Details
#message ⇒ 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_type ⇒ String
Resource type that caused the exception
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 |