Class: Aws::Inspector2::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
You do not have sufficient access to perform this action.
For ‘Enable`, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
23 24 25 26 27 |
# File 'lib/aws-sdk-inspector2/types.rb', line 23 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |