Class: Aws::SSOAdmin::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::AccessDeniedException
- Defined in:
- gems/aws-sdk-ssoadmin/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
-
#message ⇒ String
-
#reason ⇒ String
The reason for the access denied exception.
Instance Attribute Details
#message ⇒ String
73 74 75 76 77 78 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 73 class AccessDeniedException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the access denied exception.
73 74 75 76 77 78 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 73 class AccessDeniedException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |