Class: Aws::Uxc::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Uxc::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-uxc/types.rb
Overview
You don’t have sufficient access to perform this operation. Verify that your IAM policy includes the required ‘uxc:` permissions for the operation that you are calling. For more information on IAM permissions, see [Amazon Web Services managed policies for Amazon Web Services Management Console].
[1]: docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/security-iam-awsmanpol.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
28 29 30 31 32 |
# File 'lib/aws-sdk-uxc/types.rb', line 28 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |