Class: Aws::CloudHSMV2::Types::CloudHsmAccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::CloudHsmAccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsmv2/types.rb
Overview
The request was rejected because the requester does not have permission to perform the requested operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
170 171 172 173 174 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 170 class CloudHsmAccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |