Class: Aws::ECR::Types::UnableToAccessSecretException

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

Overview

The secret is unable to be accessed. Verify the resource permissions for the secret and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3726
3727
3728
3729
3730
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3726

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