Class: Aws::Signer::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::AccessDeniedException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-signer/types.rb
Overview
You do not have sufficient access to perform this action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
23 24 25 26 27 28 |
# File 'lib/aws-sdk-signer/types.rb', line 23 class AccessDeniedException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
23 24 25 26 27 28 |
# File 'lib/aws-sdk-signer/types.rb', line 23 class AccessDeniedException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |