Class: Aws::KeyspacesStreams::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KeyspacesStreams::Types::AccessDeniedException
- Defined in:
- gems/aws-sdk-keyspacesstreams/lib/aws-sdk-keyspacesstreams/types.rb
Overview
You don't have sufficient access permissions to perform this operation.
This exception occurs when your IAM user or role lacks the required permissions to access the Amazon Keyspaces resource or perform the requested action. Check your IAM policies and ensure they grant the necessary permissions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
You don't have sufficient permissions to perform this action.
Instance Attribute Details
#message ⇒ String
You don't have sufficient permissions to perform this action.
27 28 29 30 31 |
# File 'gems/aws-sdk-keyspacesstreams/lib/aws-sdk-keyspacesstreams/types.rb', line 27 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |