Class: Aws::PaymentCryptography::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::AccessDeniedException
- Defined in:
- gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb
Overview
You do not have sufficient access to perform this action.
This exception is thrown when the caller lacks the necessary IAM permissions to perform the requested operation. Verify that your IAM policy includes the required permissions for the specific Amazon Web Services Payment Cryptography action you're attempting.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
25 26 27 28 29 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 25 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |