Class: Aws::SecurityHub::Types::InvalidAccessException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::InvalidAccessException
- 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
#code ⇒ String
26451 26452 26453 26454 26455 26456 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26451 class InvalidAccessException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
26451 26452 26453 26454 26455 26456 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26451 class InvalidAccessException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |