Class: Aws::SSMQuickSetup::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMQuickSetup::Types::AccessDeniedException
- Defined in:
- gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb
Overview
The requester has insufficient permissions to perform the operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
20 21 22 23 24 |
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 20 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |