Class: Aws::Account::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Account::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-account/types.rb
Overview
The operation failed because the calling identity doesn’t have the minimum required permissions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
81 82 83 84 85 |
# File 'lib/aws-sdk-account/types.rb', line 81 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |