Class: Aws::BedrockAgentCoreControl::Types::EncryptionFailure

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

Exception thrown when encryption of a secret fails.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5370
5371
5372
5373
5374
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5370

class EncryptionFailure < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end