Class: Aws::BedrockAgentCoreControl::Types::DecryptionFailure
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::DecryptionFailure
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Exception thrown when decryption of a secret fails.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4369 4370 4371 4372 4373 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4369 class DecryptionFailure < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |