Class: Aws::BedrockRuntime::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
The request is denied because you do not have sufficient permissions to perform the requested action. For troubleshooting this error, see
- AccessDeniedException][1
-
in the Amazon Bedrock User Guide
[1]: docs.aws.amazon.com/bedrock/latest/userguide/troubleshooting-api-error-codes.html#ts-access-denied
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
26 27 28 29 30 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 26 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |