Class: Aws::Inspector2::Types::AccessDeniedException

Inherits:
Struct
  • Object
show all
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

#messageString



23
24
25
26
27
# File 'lib/aws-sdk-inspector2/types.rb', line 23

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