Class: Aws::Honeycode::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Honeycode::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-honeycode/types.rb
Overview
You do not have sufficient access to perform this action. Check that the workbook is owned by you and your IAM policy allows access to the resource in the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
22 23 24 25 26 |
# File 'lib/aws-sdk-honeycode/types.rb', line 22 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |