Class: Aws::ECR::Types::SecretNotFoundException

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

Overview

The ARN of the secret specified in the pull through cache rule was not found. Update the pull through cache rule with a valid secret ARN and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3465
3466
3467
3468
3469
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3465

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