Class: Aws::SecurityHub::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AccessDeniedException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
You don’t have permission to perform the action specified in the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
70 71 72 73 74 75 |
# File 'lib/aws-sdk-securityhub/types.rb', line 70 class AccessDeniedException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
70 71 72 73 74 75 |
# File 'lib/aws-sdk-securityhub/types.rb', line 70 class AccessDeniedException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |