Class: Aws::SecurityAgent::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::AccessDeniedException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityagent/types.rb
Overview
You do not have sufficient access to perform this action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Error description.
Instance Attribute Details
#message ⇒ String
Error description.
65 66 67 68 69 |
# File 'lib/aws-sdk-securityagent/types.rb', line 65 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |