Class: Aws::CodeGuruSecurity::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruSecurity::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codegurusecurity/types.rb
Overview
You do not have sufficient access to perform this action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The identifier for the error.
-
#message ⇒ String
Description of the error.
-
#resource_id ⇒ String
The identifier for the resource you don’t have access to.
-
#resource_type ⇒ String
The type of resource you don’t have access to.
Instance Attribute Details
#error_code ⇒ String
The identifier for the error.
33 34 35 36 37 38 39 40 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 33 class AccessDeniedException < Struct.new( :error_code, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Description of the error.
33 34 35 36 37 38 39 40 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 33 class AccessDeniedException < Struct.new( :error_code, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier for the resource you don’t have access to.
33 34 35 36 37 38 39 40 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 33 class AccessDeniedException < Struct.new( :error_code, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource you don’t have access to.
33 34 35 36 37 38 39 40 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 33 class AccessDeniedException < Struct.new( :error_code, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |