Class: Aws::Inspector::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
You do not have required permissions to access the requested resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#can_retry ⇒ Boolean
You can immediately retry your request.
-
#error_code ⇒ String
Code that indicates the type of error that is generated.
-
#message ⇒ String
Details of the exception error.
Instance Attribute Details
#can_retry ⇒ Boolean
You can immediately retry your request.
29 30 31 32 33 34 35 |
# File 'lib/aws-sdk-inspector/types.rb', line 29 class AccessDeniedException < Struct.new( :message, :error_code, :can_retry) SENSITIVE = [] include Aws::Structure end |
#error_code ⇒ String
Code that indicates the type of error that is generated.
29 30 31 32 33 34 35 |
# File 'lib/aws-sdk-inspector/types.rb', line 29 class AccessDeniedException < Struct.new( :message, :error_code, :can_retry) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Details of the exception error.
29 30 31 32 33 34 35 |
# File 'lib/aws-sdk-inspector/types.rb', line 29 class AccessDeniedException < Struct.new( :message, :error_code, :can_retry) SENSITIVE = [] include Aws::Structure end |