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)


26041
26042
26043
26044
26045
26046
# File 'lib/aws-sdk-securityhub/types.rb', line 26041

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

#messageString

Returns:

  • (String)


26041
26042
26043
26044
26045
26046
# File 'lib/aws-sdk-securityhub/types.rb', line 26041

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