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