Class: Aws::BedrockAgent::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
The request is denied because of missing access permissions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
69 70 71 72 73 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 69 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |