Class: Aws::ECR::Types::RepositoryPolicyNotFoundException

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

Overview

The specified repository and registry combination does not have an associated repository policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message associated with the exception.

Returns:

  • (String)


3292
3293
3294
3295
3296
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3292

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