Class: Aws::SecurityHub::Types::InvalidAccessException

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

Overview

The account doesn’t have permission to perform this action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


26045
26046
26047
26048
26049
26050
# File 'lib/aws-sdk-securityhub/types.rb', line 26045

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

#messageString

Returns:

  • (String)


26045
26046
26047
26048
26049
26050
# File 'lib/aws-sdk-securityhub/types.rb', line 26045

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