Class: Aws::ECR::Types::UnableToDecryptSecretValueException

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

Overview

The secret is accessible but is unable to be decrypted. Verify the resource permisisons and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3737
3738
3739
3740
3741
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3737

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