Class: Aws::BedrockAgent::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
This exception is thrown when a request is denied per access permissions
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Non Blank String.
Instance Attribute Details
#message ⇒ String
Non Blank String
51 52 53 54 55 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 51 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |