Class: Aws::ECRPublic::Types::RepositoryPolicyNotFoundException

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

Overview

The specified repository and registry combination doesn't have an associated repository policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1730
1731
1732
1733
1734
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1730

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