Class: Aws::Odb::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::AccessDeniedException
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
You don't have sufficient access to perform this action. Make sure you have the required permissions and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
38 39 40 41 42 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 38 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |